Skip to content
Snippets Groups Projects
Commit f2981785 authored by Corey Farrell's avatar Corey Farrell
Browse files

aco: Add missing aco_option_type_string for OPT_TIMELEN_T.

ASTERISK-27117

Change-Id: I8f6c34bb30830be9f7a40823723eb4dcaaa91c61
parent 80e6b2ef
No related branches found
No related tags found
No related merge requests found
......@@ -96,6 +96,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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment