diff options
Diffstat (limited to 'newlib/libc/time/tzset_r.c')
-rw-r--r-- | newlib/libc/time/tzset_r.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/time/tzset_r.c b/newlib/libc/time/tzset_r.c index 4dec5c778..d6894410f 100644 --- a/newlib/libc/time/tzset_r.c +++ b/newlib/libc/time/tzset_r.c @@ -12,7 +12,7 @@ static char __tzname_dst[11]; static char *prev_tzenv = NULL; /* default to GMT */ -char *_tzname[2] = {"GMT" "GMT"}; +char *_tzname[2] = {"GMT", "GMT"}; int _daylight = 0; time_t _timezone = (time_t)0; |