Browse Source

removed a misplaced ';'

master
Ali H. Fardan 8 years ago
parent
commit
24c4134df6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config.def.h

+ 1
- 1
config.def.h View File

@@ -9,7 +9,7 @@
#define BATTERY_FULL "energy_full_design" #define BATTERY_FULL "energy_full_design"


/* bar update interval in seconds (smallest value = 1) */ /* bar update interval in seconds (smallest value = 1) */
#define UPDATE_INTERVAL 1;
#define UPDATE_INTERVAL 1


/* text to show if no value can be retrieved */ /* text to show if no value can be retrieved */
#define UNKNOWN_STR "n/a" #define UNKNOWN_STR "n/a"


Loading…
Cancel
Save