formatting tweaks and constification

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@249058 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2010-02-26 08:45:11 +00:00
parent b607585b07
commit a297f2d04e
11 changed files with 33 additions and 33 deletions

View File

@@ -18,8 +18,8 @@
* at the top of the source tree.
*/
/*! \file
*
/*!
* \file
* \brief Comma Separated Value CDR records.
*
* \author Mark Spencer <markster@digium.com>
@@ -49,7 +49,7 @@ static int usegmtime = 0;
static int loguniqueid = 0;
static int loguserfield = 0;
static int loaded = 0;
static char *config = "cdr.conf";
static const char config[] = "cdr.conf";
/* #define CSV_LOGUNIQUEID 1 */
/* #define CSV_LOGUSERFIELD 1 */