From 0a28b21d01c6b127ee97a7f1963215435a371c4d Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Wed, 20 Sep 2006 21:11:48 +0000 Subject: [PATCH] Warning be gone. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43371 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_osplookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_osplookup.c b/apps/app_osplookup.c index f4f7d8cc66..ec7eecf394 100644 --- a/apps/app_osplookup.c +++ b/apps/app_osplookup.c @@ -1385,7 +1385,7 @@ static int ospfinished_exec(struct ast_channel* chan, void* data) static int osp_load(void) { - char* t; + const char* t; unsigned int v; struct ast_config* cfg; int error = OSPC_ERR_NO_ERROR;