aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_musiconhold.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-22 21:45:28 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-22 21:45:28 +0000
commite3658d96ca3d675cdbfa58ed668291903a6b6f53 (patch)
tree05232b854d9dfb104decc923d468c1fc0a9ce919 /res/res_musiconhold.c
parent5a46fa7b76d966074dd5257408278776ffb8db96 (diff)
Cosmetic change - don't mix struct initializer styles.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@166436 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 8d3a2d3e1..58894a1dc 100644
--- a/res/res_musiconhold.c
+++ b/res/res_musiconhold.c
@@ -859,7 +859,7 @@ static struct ast_generator mohgen = {
.alloc = moh_alloc,
.release = moh_release,
.generate = moh_generate,
- digit: moh_handle_digit
+ .digit = moh_handle_digit,
};
static int moh_add_file(struct mohclass *class, const char *filepath)