From c41964cd78fb374625c5b827f9aa9b851fdf0e22 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Sat, 20 Jan 2007 00:13:06 +0000 Subject: [PATCH] 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 --- apps/app_meetme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ),