From: Luigi Rizzo Date: Mon, 27 Nov 2006 14:47:15 +0000 (+0000) Subject: remove an extra comma in an initializer X-Git-Tag: 1.6.0-beta1~3^2~3865 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b372d1b0fbba2e47e868273a72de5567d95bd75;p=thirdparty%2Fasterisk.git remove an extra comma in an initializer Detected by: AST_DEVMODE=yes git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48034 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/funcs/func_cdr.c b/funcs/func_cdr.c index 9cce75e508..daed3c9b82 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"