From d70fe791c2e951b5421f95373957474c20406d2f Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Wed, 20 Sep 2006 20:57:57 +0000 Subject: A few misses from constification git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43366 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_alarmreceiver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_alarmreceiver.c') diff --git a/apps/app_alarmreceiver.c b/apps/app_alarmreceiver.c index 41f715e8e..d2741df93 100644 --- a/apps/app_alarmreceiver.c +++ b/apps/app_alarmreceiver.c @@ -733,7 +733,7 @@ static int alarmreceiver_exec(struct ast_channel *chan, void *data) static int load_config(void) { struct ast_config *cfg; - char *p; + const char *p; /* Read in the config file */ -- cgit v1.2.3