Skip to content
Snippets Groups Projects
Commit 1b372d1b authored by Luigi Rizzo's avatar Luigi Rizzo
Browse files

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
parent b9d57e8e
Branches
Tags
No related merge requests found
...@@ -129,7 +129,7 @@ static struct ast_custom_function cdr_function = { ...@@ -129,7 +129,7 @@ static struct ast_custom_function cdr_function = {
" For example, 'start', 'answer', and 'end' will be retrieved as epoch\n" " 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" " 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" " 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" " Here is a list of all the available cdr field names:\n"
" clid lastdata disposition\n" " clid lastdata disposition\n"
" src start amaflags\n" " src start amaflags\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment