aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-22 21:46:24 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-22 21:46:24 +0000
commit50892e7af951b4e48b565c56beeee547e1904a31 (patch)
tree1fcb494a857a0e0a8aa2b172df98b18049d23a59 /res
parent2bd5aca3f1e553922167149c20ef9508a21b155d (diff)
Merged revisions 166436 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r166436 | russell | 2008-12-22 15:45:28 -0600 (Mon, 22 Dec 2008) | 2 lines Cosmetic change - don't mix struct initializer styles. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@166437 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-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 0f3dcf97f..fa3fea9d4 100644
--- a/res/res_musiconhold.c
+++ b/res/res_musiconhold.c
@@ -870,7 +870,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)