From dd7ed6614285df4c14f56439d5f52f6f76a5bb92 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 22 Dec 2008 21:45:28 +0000 Subject: Cosmetic change - don't mix struct initializer styles. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@166436 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_musiconhold.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res') 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) -- cgit v1.2.3