summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2008-01-02 20:19:40 +0000
committerMark Michelson <mmichelson@digium.com>2008-01-02 20:19:40 +0000
commita622ed08b69a08387d3d5d541116419fe6c1dae5 (patch)
tree1d500f605de547a0de0942125954a06813ba0eab /include
parent29800b0540c93425b28f34d49244ad0e9a8be56b (diff)
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
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/app.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/app.h b/include/asterisk/app.h
index 306ae47c2..5be236608 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) \