From: Amos Jeffries Date: Tue, 3 Mar 2009 12:46:03 +0000 (+1300) Subject: Typo in HTCP enum definition X-Git-Tag: SQUID_3_2_0_1~1142 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2227c2b35f0c9ddee0479953610bbdc707ece7d7;p=thirdparty%2Fsquid.git Typo in HTCP enum definition --- diff --git a/src/enums.h b/src/enums.h index bd4399c5b6..1c7e2900b2 100644 --- a/src/enums.h +++ b/src/enums.h @@ -548,7 +548,7 @@ enum { */ typedef enum { HTCP_CLR_PURGE, - HTCP_CLR_INVALIDATION, + HTCP_CLR_INVALIDATION } htcp_clr_reason; #endif