[svn-commits] rizzo: trunk r48034 - /trunk/funcs/func_cdr.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Mon Nov 27 07:47:17 MST 2006


Author: rizzo
Date: Mon Nov 27 08:47:15 2006
New Revision: 48034

URL: http://svn.digium.com/view/asterisk?view=rev&rev=48034
Log:
remove an extra comma in an initializer

Detected by: AST_DEVMODE=yes


Modified:
    trunk/funcs/func_cdr.c

Modified: trunk/funcs/func_cdr.c
URL: http://svn.digium.com/view/asterisk/trunk/funcs/func_cdr.c?view=diff&rev=48034&r1=48033&r2=48034
==============================================================================
--- trunk/funcs/func_cdr.c (original)
+++ trunk/funcs/func_cdr.c Mon Nov 27 08:47:15 2006
@@ -129,7 +129,7 @@
 "  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"



More information about the svn-commits mailing list