summaryrefslogtreecommitdiff
path: root/blocks.h
diff options
context:
space:
mode:
Diffstat (limited to 'blocks.h')
-rw-r--r--blocks.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/blocks.h b/blocks.h
index 31e98af..3493ce1 100644
--- a/blocks.h
+++ b/blocks.h
@@ -16,5 +16,5 @@ static const Block blocks[] = {
{"", "~/bin/statusbar/clock", 5, 0},
};
-//sets delimeter between status commands. NULL character ('\0') means no delimeter.
-static char delim = '|';
+//sets delimeter between status commands. Empty string ("") means no delimeter.
+static char* delim = "|";