From a297f2d04e9a8d3dbc529bdcf2627ac184c69c56 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 26 Feb 2010 08:45:11 +0000 Subject: formatting tweaks and constification git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@249058 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- cdr/cdr_csv.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cdr/cdr_csv.c') diff --git a/cdr/cdr_csv.c b/cdr/cdr_csv.c index ecf84d768..10c4eebbd 100644 --- a/cdr/cdr_csv.c +++ b/cdr/cdr_csv.c @@ -18,8 +18,8 @@ * at the top of the source tree. */ -/*! \file - * +/*! + * \file * \brief Comma Separated Value CDR records. * * \author Mark Spencer @@ -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 */ -- cgit v1.2.3