From a622ed08b69a08387d3d5d541116419fe6c1dae5 Mon Sep 17 00:00:00 2001 From: Mark Michelson <mmichelson@digium.com> Date: Wed, 2 Jan 2008 20:19:40 +0000 Subject: [PATCH] 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 --- include/asterisk/app.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) \ -- GitLab