diff options
Diffstat (limited to 'src/notify.c')
-rw-r--r-- | src/notify.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/notify.c b/src/notify.c index 70b5419..0ef4189 100644 --- a/src/notify.c +++ b/src/notify.c @@ -119,9 +119,9 @@ notify_bar (void) void notify_init_vars (void) { - char *time_format = "%T"; - char *date_format = "%a %F"; - char *cmd = "printf '\\a'"; + const char *time_format = "%T"; + const char *date_format = "%a %F"; + const char *cmd = "printf '\\a'"; pthread_mutex_init (&nbar.mutex, NULL); nbar.show = 1; |