resolve compiler warning

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@92556 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2007-12-12 19:40:02 +00:00
parent 097b9dc2cf
commit f4bb168b66

View File

@@ -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) {