From: Automatic source maintenance Date: Sat, 29 Jan 2011 01:13:18 +0000 (-0700) Subject: SourceFormat Enforcement X-Git-Tag: take03^2~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cf3a562b53aedddfd355d67e60ce4ba1213846ba;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/lib/rfc1123.c b/lib/rfc1123.c index 7c0bdb73b2..1c16e88bfa 100644 --- a/lib/rfc1123.c +++ b/lib/rfc1123.c @@ -210,7 +210,7 @@ parse_rfc1123(const char *str) if (t != -1) { time_t dst = 0; #if !(defined(_TIMEZONE) || defined(_timezone) || _SQUID_AIX_ || _SQUID_WINDOWS_ || _SQUID_SGI_) - extern long timezone; + extern long timezone; #endif /* * The following assumes a fixed DST offset of 1 hour,