aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_osplookup.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-20 21:11:48 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-20 21:11:48 +0000
commit15d25d7cdf25066daa7216960a24585935c30df2 (patch)
tree0953e39689334e3ff4888b08ed4963fe10980021 /apps/app_osplookup.c
parent487be62f408b7f5c1c62e1bd5ecde8d7c61d1782 (diff)
Warning be gone.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43371 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_osplookup.c')
-rw-r--r--apps/app_osplookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_osplookup.c b/apps/app_osplookup.c
index f4f7d8cc6..ec7eecf39 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;