aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/dundi-parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'pbx/dundi-parser.c')
-rw-r--r--pbx/dundi-parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/dundi-parser.c b/pbx/dundi-parser.c
index 15dae84d6..3c57442a4 100644
--- a/pbx/dundi-parser.c
+++ b/pbx/dundi-parser.c
@@ -155,7 +155,7 @@ static void dump_hint(char *output, int maxlen, void *value, int len)
static void dump_cause(char *output, int maxlen, void *value, int len)
{
- static char *causes[] = {
+ static const char * const causes[] = {
"SUCCESS",
"GENERAL",
"DYNAMIC",