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;