summaryrefslogtreecommitdiff
path: root/cel/cel_sqlite3_custom.c
diff options
context:
space:
mode:
Diffstat (limited to 'cel/cel_sqlite3_custom.c')
-rw-r--r--cel/cel_sqlite3_custom.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cel/cel_sqlite3_custom.c b/cel/cel_sqlite3_custom.c
index 444df77d3..6c4a82226 100644
--- a/cel/cel_sqlite3_custom.c
+++ b/cel/cel_sqlite3_custom.c
@@ -65,7 +65,9 @@ static const char name[] = "cel_sqlite3_custom";
static sqlite3 *db = NULL;
static char table[80];
-/*! XXX \bug Handling of this var is crash prone on reloads */
+/*!
+ * \bug Handling of this var is crash prone on reloads
+ */
static char *columns;
static struct ast_event_sub *event_sub = NULL;