a few cleanups from the last commit

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@18572 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2006-04-08 22:16:34 +00:00
parent f10f427d49
commit 699f55071b
9 changed files with 18 additions and 18 deletions

View File

@@ -144,7 +144,7 @@ int load_module(void)
return ast_cli_register(&audio_convert_cli);
}
const const char *description(void)
const char *description(void)
{
return desc;
}
@@ -158,7 +158,7 @@ int usecount(void)
return res;
}
const const char *key()
const char *key()
{
return ASTERISK_GPL_KEY;
}