summaryrefslogtreecommitdiff
path: root/sfeed.c
diff options
context:
space:
mode:
Diffstat (limited to 'sfeed.c')
-rw-r--r--sfeed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed.c b/sfeed.c
index 2ee5db0..7701237 100644
--- a/sfeed.c
+++ b/sfeed.c
@@ -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++)