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

@@ -603,7 +603,7 @@ int unload_module(void)
return -1;
}
const const char *description(void)
const char *description(void)
{
return "Cryptographic Digital Signatures";
}
@@ -614,7 +614,7 @@ int usecount(void)
return 1;
}
const const char *key()
const char *key()
{
return ASTERISK_GPL_KEY;
}