aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;