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
This commit is contained in:
Mark Michelson
2008-01-02 20:19:40 +00:00
parent 29800b0540
commit a622ed08b6

View File

@@ -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) \