diff options
-rw-r--r-- | slstatus.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ struct arg { char *argv0; char buf[1024]; -static unsigned short int done; +static int done; static Display *dpy; #include "config.h" |
![]() |
index : slstatus.git | |
Suckless status bar for DWM | Revaz Nakhutsrishvili |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | slstatus.c | 2 |
@@ -19,7 +19,7 @@ struct arg { char *argv0; char buf[1024]; -static unsigned short int done; +static int done; static Display *dpy; #include "config.h" |