Skip to content
Snippets Groups Projects
Commit 4b03dace authored by Mark Spencer's avatar Mark Spencer
Browse files

Fix little formatting thingy

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5435 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent b6f6544f
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment