summaryrefslogtreecommitdiff
path: root/dwmblocks.c
diff options
context:
space:
mode:
authorhisakiyo <34187647+hisakiyo@users.noreply.github.com>2020-04-09 00:51:56 +0200
committerGitHub <noreply@github.com>2020-04-09 00:51:56 +0200
commit3e9876c9d68b65fb8a9f52296d82d2cae5b3944b (patch)
tree28bb8b6f823319280ba412e1d8db974b31b9853e /dwmblocks.c
parent177d5b4678e58fd513abbfe70b6ed8dd3163e1c3 (diff)
downloaddwmblocks-3e9876c9d68b65fb8a9f52296d82d2cae5b3944b.tar.gz
dwmblocks-3e9876c9d68b65fb8a9f52296d82d2cae5b3944b.tar.bz2
dwmblocks-3e9876c9d68b65fb8a9f52296d82d2cae5b3944b.zip
Update dwmblocks.c
Diffstat (limited to 'dwmblocks.c')
-rw-r--r--dwmblocks.c2
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);
Software created with 💖