diff options
Diffstat (limited to 'sfeed.c')
-rw-r--r-- | sfeed.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -427,7 +427,7 @@ gettzoffset(const char *s) { "PST", -8 * 3600 }, }; const char *p; - int tzhour = 0, tzmin = 0, c; + int tzhour = 0, tzmin = 0; size_t i; for (; *s && isspace((unsigned char)*s); s++) |