mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
aco: Add missing aco_option_type_string for OPT_TIMELEN_T.
ASTERISK-27117 Change-Id: I8f6c34bb30830be9f7a40823723eb4dcaaa91c61
This commit is contained in:
@@ -98,6 +98,7 @@ static char *aco_option_type_string[] = {
|
||||
"String", /* OPT_STRINGFIELD_T, */
|
||||
"Unsigned Integer", /* OPT_UINT_T, */
|
||||
"Boolean", /* OPT_YESNO_T, */
|
||||
"Time Length", /* OPT_TIMELEN_T, */
|
||||
};
|
||||
#endif /* AST_XML_DOCS */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user