mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 15:29:05 +00:00
fix breakage from new feature committed in r7995
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8019 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user