aboutsummaryrefslogtreecommitdiffstats
path: root/cdr/cdr_manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'cdr/cdr_manager.c')
-rw-r--r--cdr/cdr_manager.c6
1 files changed, 3 insertions, 3 deletions
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;