aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_adsi.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_adsi.c')
-rw-r--r--res/res_adsi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/res_adsi.c b/res/res_adsi.c
index 258ac3dfb..ca0da1f36 100644
--- a/res/res_adsi.c
+++ b/res/res_adsi.c
@@ -1125,7 +1125,7 @@ int unload_module(void)
return -1;
}
-const const char *description(void)
+const char *description(void)
{
return "ADSI Resource";
}
@@ -1136,7 +1136,7 @@ int usecount(void)
return 1;
}
-const const char *key()
+const char *key()
{
return ASTERISK_GPL_KEY;
}