From: Amos Jeffries Date: Tue, 9 Aug 2016 22:40:09 +0000 (+1200) Subject: Fix typo in rev.14786 X-Git-Tag: SQUID_4_0_14~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce9c4e4c0876c5fe805b029889d98a289faf4e58;p=thirdparty%2Fsquid.git Fix typo in rev.14786 --- diff --git a/src/HttpHdrCc.cc b/src/HttpHdrCc.cc index 99ed4c61c1..35c02e86d9 100644 --- a/src/HttpHdrCc.cc +++ b/src/HttpHdrCc.cc @@ -226,7 +226,7 @@ HttpHdrCc::packInto(Packable * p) const if (mask==0) return; - (HttpHdrCcType flag; + HttpHdrCcType flag; int pcount = 0; assert(p);