Skip to content
Snippets Groups Projects
Commit a622ed08 authored by Mark Michelson's avatar Mark Michelson
Browse files

Fix a typo in a comment. AST_STANDARD_APP_ARGS uses ',' as the separator,

not '|'.



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95944 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 29800b05
Branches
Tags
No related merge requests found
...@@ -294,7 +294,7 @@ int ast_app_group_list_unlock(void); ...@@ -294,7 +294,7 @@ int ast_app_group_list_unlock(void);
\param parse A modifiable buffer containing the input to be parsed \param parse A modifiable buffer containing the input to be parsed
This function will separate the input string using the standard argument This function will separate the input string using the standard argument
separator character '|' and fill in the provided structure, including separator character ',' and fill in the provided structure, including
the argc argument counter field. the argc argument counter field.
*/ */
#define AST_STANDARD_APP_ARGS(args, parse) \ #define AST_STANDARD_APP_ARGS(args, parse) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment