mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-11 07:13:20 +00:00
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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user