projects
/
suckless
/
slstatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47ddf93
)
removed a misplaced ';'
author
Ali H. Fardan
<raiz@firemail.cc>
Sun, 28 Aug 2016 13:24:19 +0000
(16:24 +0300)
committer
Ali H. Fardan
<raiz@firemail.cc>
Sun, 28 Aug 2016 13:24:19 +0000
(16:24 +0300)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index 7a1ee3cb2ac94fab2ea0b17a2689a7fe5ea34c0f..6c7d2bce784cc76ac5f4c531ddf68aab532f77fb 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"