]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Typo in HTCP enum definition
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 3 Mar 2009 12:46:03 +0000 (01:46 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 3 Mar 2009 12:46:03 +0000 (01:46 +1300)
src/enums.h

index bd4399c5b6d3bde9c9128e6b9cd91c756dbb52bb..1c7e2900b285448bf1f2ab53292c3553b701f1a5 100644 (file)
@@ -548,7 +548,7 @@ enum {
  */
 typedef enum {
     HTCP_CLR_PURGE,
-    HTCP_CLR_INVALIDATION,
+    HTCP_CLR_INVALIDATION
 } htcp_clr_reason;
 #endif