diff options
Diffstat (limited to '')
-rw-r--r-- | src/screen_clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen_clock.c b/src/screen_clock.c index d55328189..0839304a1 100644 --- a/src/screen_clock.c +++ b/src/screen_clock.c @@ -146,7 +146,7 @@ clock_close(void) { } -static char * +static const char * clock_title(char *str, size_t size) { return _("Clock"); |