aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-27 14:47:15 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-27 14:47:15 +0000
commitc2fb9a8f0aba051dfea4251b9badf7f68d533ec4 (patch)
treece116a386136fb335c2dfdf964818661a9ddbc64 /funcs
parent9b8c7948b00934e048b6ef1750d17a324afbad45 (diff)
remove an extra comma in an initializer
Detected by: AST_DEVMODE=yes git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48034 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs')
-rw-r--r--funcs/func_cdr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/func_cdr.c b/funcs/func_cdr.c
index 9cce75e50..daed3c9b8 100644
--- a/funcs/func_cdr.c
+++ b/funcs/func_cdr.c
@@ -129,7 +129,7 @@ static struct ast_custom_function cdr_function = {
" For example, 'start', 'answer', and 'end' will be retrieved as epoch\n"
" values, when the 'u' option is passed, but formatted as YYYY-MM-DD HH:MM:SS\n"
" otherwise. Similarly, disposition and amaflags will return their raw\n"
-" integral values.\n",
+" integral values.\n"
" Here is a list of all the available cdr field names:\n"
" clid lastdata disposition\n"
" src start amaflags\n"