summaryrefslogtreecommitdiff
path: root/apps/app_alarmreceiver.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2006-09-20 20:57:57 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2006-09-20 20:57:57 +0000
commitd70fe791c2e951b5421f95373957474c20406d2f (patch)
treeb9f01bc07d86c9007b8e130503c985148530031b /apps/app_alarmreceiver.c
parent8c16600b0d4991fa74bf1be1bc2083eef802fcd6 (diff)
A few misses from constification
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43366 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_alarmreceiver.c')
-rw-r--r--apps/app_alarmreceiver.c2
1 files changed, 1 insertions, 1 deletions
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 */