dect
/
asterisk
Archived
13
0
Fork 0

return proper string from description function (bug #4150)

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5564 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
kpfleming 2005-05-04 00:33:46 +00:00
parent e9070c36c3
commit 5cf7932cbb
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ int load_module(void)
char *description(void)
{
return descrip;
return synopsis;
}
int usecount(void)