]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Summary: Remove trailing , in ESICustomerParser.h enums.
authorrobertc <>
Mon, 9 Jun 2003 11:12:04 +0000 (11:12 +0000)
committerrobertc <>
Mon, 9 Jun 2003 11:12:04 +0000 (11:12 +0000)
Keywords:

Remove trailing , in ESICustomerParser.h enums.

src/ESICustomParser.h

index a1cba5885c0db5b80bac439875fe5078be2b5ea5..bae97be5762249d239fc82ed811c3034d0e7956e 100644 (file)
@@ -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);