From: Mark Michelson Date: Wed, 2 Jan 2008 20:19:40 +0000 (+0000) Subject: Fix a typo in a comment. AST_STANDARD_APP_ARGS uses ',' as the separator, X-Git-Tag: 1.6.0-beta1~3^2~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a622ed08b69a08387d3d5d541116419fe6c1dae5;p=thirdparty%2Fasterisk.git 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 --- diff --git a/include/asterisk/app.h b/include/asterisk/app.h index 306ae47c23..5be2366080 100644 --- a/include/asterisk/app.h +++ b/include/asterisk/app.h @@ -294,7 +294,7 @@ int ast_app_group_list_unlock(void); \param parse A modifiable buffer containing the input to be parsed 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. */ #define AST_STANDARD_APP_ARGS(args, parse) \