aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-12 18:35:03 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-12 18:35:03 +0000
commit83ebc0922eaca581b43d926f429c979a4098966f (patch)
treea0e911904b19975827a351db30b6158ebb9f20bf /apps
parent53989b527e0bfc6fae10d9cf76306d8cca49d673 (diff)
fix breakage from new feature committed in r7995
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8019 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_voicemail.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 8dff6af85..4b8fc814a 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -128,8 +128,9 @@ enum {
enum {
OPT_ARG_RECORDGAIN = 0,
- OPT_ARG_ARRAY_SIZE = 1,
- OPT_ARG_PLAYFOLDER = 2,
+ OPT_ARG_PLAYFOLDER = 1,
+ /* This *must* be the last value in this enum! */
+ OPT_ARG_ARRAY_SIZE = 2,
} vm_option_args;
AST_APP_OPTIONS(vm_app_options, {