From 78acf8edb871f70216c268ba7d23cd31dbb1c1be Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 5 Jan 2003 14:18:00 +0000 Subject: [PATCH] Commas at the end of enumerator lists aren't allowed. [originally from svn r2466] --- wildcard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wildcard.c b/wildcard.c index 999dfdec..4084e093 100644 --- a/wildcard.c +++ b/wildcard.c @@ -54,7 +54,7 @@ enum { WC_TRAILINGBACKSLASH = 1, WC_UNCLOSEDCLASS, - WC_INVALIDRANGE, + WC_INVALIDRANGE }; /*