From 76d5869b482bac370702d8cb3c639ff51be35ff4 Mon Sep 17 00:00:00 2001 From: russell Date: Fri, 26 Feb 2010 08:45:11 +0000 Subject: formatting tweaks and constification git-svn-id: http://svn.digium.com/svn/asterisk/trunk@249058 f38db490-d61c-443f-a65b-d21fe96a405b --- cdr/cdr_manager.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cdr/cdr_manager.c') diff --git a/cdr/cdr_manager.c b/cdr/cdr_manager.c index 49e99796a..e9f728476 100644 --- a/cdr/cdr_manager.c +++ b/cdr/cdr_manager.c @@ -14,8 +14,8 @@ * at the top of the source tree. */ -/*! \file - * +/*! + * \file * \brief Asterisk Call Manager CDR records. * * See also @@ -43,7 +43,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #define CONF_FILE "cdr_manager.conf" #define CUSTOM_FIELDS_BUF_SIZE 1024 -static char *name = "cdr_manager"; +static const char name[] = "cdr_manager"; static int enablecdr = 0; -- cgit v1.2.3