]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix include guard in include/rfc1123.h
authorFrancesco Chemolli <kinkie@squid-cache.org>
Thu, 9 Jan 2014 13:52:08 +0000 (14:52 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Thu, 9 Jan 2014 13:52:08 +0000 (14:52 +0100)
include/rfc1123.h

index bfeac4bd8d45d5d19a736ae55299790fc5458876..a61451f2d4366a0d6df9733a587ff195bae1ce04 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef _SQUID_RFC1123_H
-#define _SQUID_RFC1123_
+#define _SQUID_RFC1123_H
 
 #ifdef __cplusplus
 extern "C" {