aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_features.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_features.c')
-rw-r--r--res/res_features.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_features.c b/res/res_features.c
index 1bac49ce0..865cfd398 100644
--- a/res/res_features.c
+++ b/res/res_features.c
@@ -1059,7 +1059,7 @@ static int ast_feature_interpret(struct ast_channel *chan, struct ast_channel *p
struct ast_flags features;
int res = FEATURE_RETURN_PASSDIGITS;
struct ast_call_feature *feature;
- char *dynamic_features;
+ const char *dynamic_features;
char *tmp, *tok;
if (sense == FEATURE_SENSE_CHAN) {