Xinqi Bao's Git
projects
/
slstatus.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
47ddf93
)
removed a misplaced ';'
author
Ali H. Fardan <
[email protected]
>
Sun, 28 Aug 2016 13:24:19 +0000
(16:24 +0300)
committer
Ali H. Fardan <
[email protected]
>
Sun, 28 Aug 2016 13:24:19 +0000
(16:24 +0300)
config.def.h
diff
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
7a1ee3c
..
6c7d2bc
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-9,7
+9,7
@@
#define BATTERY_FULL "energy_full_design"
/* 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 */
#define UNKNOWN_STR "n/a"