aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_musiconhold.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-14 07:09:57 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-14 07:09:57 +0000
commita9b7bcf85de1974bab3b751cc5005d4c55b24f7e (patch)
treeaab34afda416d3e4d78c441185cc8f2e941a594b /res/res_musiconhold.c
parentc6f233ebd45ef04aa740eef3c722afcd509f22ee (diff)
- Formatting fix in musiconhold
- One extra doxygen comment in res_features git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12842 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_musiconhold.c')
-rw-r--r--res/res_musiconhold.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c
index 9b61264bb..bca584db0 100644
--- a/res/res_musiconhold.c
+++ b/res/res_musiconhold.c
@@ -950,7 +950,7 @@ static int load_moh_classes(int reload)
class->format = AST_FORMAT_SLINEAR;
}
}
- var = var->next;
+ var = var->next;
}
if (ast_strlen_zero(class->dir)) {