From: Russell Bryant Date: Sat, 20 Jan 2007 00:13:06 +0000 (+0000) Subject: Remove an unused instance of an unnamed enum. X-Git-Tag: 1.4.1~239 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c41964cd78fb374625c5b827f9aa9b851fdf0e22;p=thirdparty%2Fasterisk.git Remove an unused instance of an unnamed enum. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@51343 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_meetme.c b/apps/app_meetme.c index c504158f42..444f3c7b94 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -159,7 +159,7 @@ enum { enum { OPT_ARG_WAITMARKED = 0, OPT_ARG_ARRAY_SIZE = 1, -} meetme_option_args; +}; AST_APP_OPTIONS(meetme_opts, { AST_APP_OPTION('A', CONFFLAG_MARKEDUSER ),