aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_indications.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_indications.c')
-rw-r--r--res/res_indications.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/res_indications.c b/res/res_indications.c
index 38657535b..8e468c38a 100644
--- a/res/res_indications.c
+++ b/res/res_indications.c
@@ -400,7 +400,7 @@ int reload(void)
return ind_load_module();
}
-const const char *description(void)
+const char *description(void)
{
/* that the following cast is needed, is yuk! */
return (char*)dtext;
@@ -411,7 +411,7 @@ int usecount(void)
return 0;
}
-const const char *key()
+const char *key()
{
return ASTERISK_GPL_KEY;
}