Keywords:
Remove trailing , in ESICustomerParser.h enums.
/*
- * $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/
enum ESITAG_t {
ESITAG=1,
ESIENDTAG=2,
- ESICOMMENT=3,
+ ESICOMMENT=3
};
char const *findTag(char const *a, size_t b);