From 699f55071b33f6551bc7cb511e6d0f2ab7dfe6be Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Sat, 8 Apr 2006 22:16:34 +0000 Subject: a few cleanups from the last commit git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@18572 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_features.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'res/res_features.c') diff --git a/res/res_features.c b/res/res_features.c index b3013d563..ee3da34c1 100644 --- a/res/res_features.c +++ b/res/res_features.c @@ -2242,7 +2242,7 @@ int unload_module(void) return ast_unregister_application(parkedcall); } -const const char *description(void) +const char *description(void) { return "Call Features Resource"; } @@ -2260,7 +2260,7 @@ int usecount(void) #endif } -const const char *key() +const char *key() { return ASTERISK_GPL_KEY; } -- cgit v1.2.3