slstatus

My fork of https://tools.suckless.org/slstatus/
git clone https://git.inz.fi/slstatus
Log | Files | Refs | README | LICENSE

commit 24c4134df6e0f7dc86e5f3c57342d2b60b1e5dab
parent 47ddf9382e6a02bdfce9c78306b694b4a44203cb
Author: Ali H. Fardan <raiz@firemail.cc>
Date:   Sun, 28 Aug 2016 16:24:19 +0300

removed a misplaced ';'

Diffstat:
Mconfig.def.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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"