From 1ca66937090af3a0fe427004d7ebca63d7a0f64c Mon Sep 17 00:00:00 2001 From: robertc <> Date: Mon, 9 Jun 2003 11:12:04 +0000 Subject: [PATCH] Summary: Remove trailing , in ESICustomerParser.h enums. Keywords: Remove trailing , in ESICustomerParser.h enums. --- src/ESICustomParser.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.47.2