mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Fix little formatting thingy
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5435 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user