dect
/
asterisk
Archived
13
0
Fork 0

Fix little formatting thingy

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5435 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2005-04-07 14:53:31 +00:00
parent 7e7bcff6c4
commit 5e67dfa01f
1 changed files with 2 additions and 1 deletions

View File

@ -1013,7 +1013,8 @@ static struct ast_cli_entry cli_moh = { { "moh", "reload"}, moh_cli, "Music On
static struct ast_cli_entry cli_moh_files_show = { { "moh", "files", "show"}, cli_files_show, "List MOH file-based classes", "Lists all loaded file-based MOH classes and their files", NULL};
static void init_classes(void) {
static void init_classes(void)
{
struct mohclass *moh;
load_moh_classes();