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 dee3e1e3e..d55328189 100644 --- a/src/screen_clock.c +++ b/src/screen_clock.c @@ -26,7 +26,7 @@ #define ENABLE_SECONDS 0 -static window_t win = { NULL, 0, 0 }; +static window_t win; static gboolean enable_seconds = ENABLE_SECONDS; /* orginal variables from gdc.c */ |