aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-07 14:53:31 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-07 14:53:31 +0000
commit5e67dfa01f75bb4430163029374ad70566b13f24 (patch)
treedfdf07850678fe2372c4c29c75c6e56fa256d3cc /res
parent7e7bcff6c45a1a89a6c17337945278d42fea9250 (diff)
Fix little formatting thingy
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5435 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-rwxr-xr-xres/res_musiconhold.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c
index 7e386c795..ac6c0d54d 100755
--- a/res/res_musiconhold.c
+++ b/res/res_musiconhold.c
@@ -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();