From 3940a2fec8433ed3b13d93985c8c718ba8f3b3fc Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Sun, 2 Jun 2002 23:23:16 +0000 Subject: The last element of the definitions of enums can't have a trailing comma. Only initialisers can have this in ANSI C. (This used to be commit b6119f583552425c2be30662e9325270a5dbf096) --- source3/nsswitch/wbinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/nsswitch/wbinfo.c b/source3/nsswitch/wbinfo.c index e41f2c6468..f8510497b0 100644 --- a/source3/nsswitch/wbinfo.c +++ b/source3/nsswitch/wbinfo.c @@ -649,7 +649,7 @@ static void usage(void) enum { OPT_SET_AUTH_USER = 1000, - OPT_SEQUENCE, + OPT_SEQUENCE }; int main(int argc, char **argv) -- cgit