diff --git a/src/misc.c b/src/misc.c index 0ea1f58f6..76a68f763 100644 --- a/src/misc.c +++ b/src/misc.c @@ -2584,7 +2584,7 @@ char *date_strget(char *buf, int buflen, int localtime) const char *spaces() { - static char *s = " "; + static char *s = " "; return s; }