diff options
-rw-r--r-- | dwmblocks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dwmblocks.c b/dwmblocks.c index 0439e00..476aa90 100644 --- a/dwmblocks.c +++ b/dwmblocks.c @@ -33,7 +33,7 @@ static Window root; static char statusbar[LENGTH(blocks)][50] = {0}; static char statusstr[256]; static char *statuscat; - +static int statusContinue=1; void replace(char *str, char old, char new) { int N = strlen(str); |