aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_db.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_db.c')
-rw-r--r--apps/app_db.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/app_db.c b/apps/app_db.c
index 8171ed202..99679e71b 100644
--- a/apps/app_db.c
+++ b/apps/app_db.c
@@ -79,9 +79,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</application>
***/
-/*! \todo XXX Remove this application after 1.4 is relased */
-static char *d_app = "DBdel";
-static char *dt_app = "DBdeltree";
+static const char d_app[] = "DBdel";
+static const char dt_app[] = "DBdeltree";
static int deltree_exec(struct ast_channel *chan, const char *data)
{