From: robertc <> Date: Mon, 9 Jun 2003 11:12:04 +0000 (+0000) Subject: Summary: Remove trailing , in ESICustomerParser.h enums. X-Git-Tag: SQUID_3_0_PRE1~138 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1ca66937090af3a0fe427004d7ebca63d7a0f64c;p=thirdparty%2Fsquid.git Summary: Remove trailing , in ESICustomerParser.h enums. Keywords: Remove trailing , in ESICustomerParser.h enums. --- diff --git a/src/ESICustomParser.h b/src/ESICustomParser.h index a1cba5885c..bae97be576 100644 --- a/src/ESICustomParser.h +++ b/src/ESICustomParser.h @@ -1,5 +1,5 @@ /* - * $Id: ESICustomParser.h,v 1.1 2003/03/10 04:56:35 robertc Exp $ + * $Id: ESICustomParser.h,v 1.2 2003/06/09 05:12:04 robertc Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -56,7 +56,7 @@ private: enum ESITAG_t { ESITAG=1, ESIENDTAG=2, - ESICOMMENT=3, + ESICOMMENT=3 }; char const *findTag(char const *a, size_t b);