[svn-commits] russell: branch 1.6.0 r166437 - in /branches/1.6.0: ./ res/res_musiconhold.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Dec 22 15:46:24 CST 2008


Author: russell
Date: Mon Dec 22 15:46:24 2008
New Revision: 166437

URL: http://svn.digium.com/view/asterisk?view=rev&rev=166437
Log:
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.

........

Modified:
    branches/1.6.0/   (props changed)
    branches/1.6.0/res/res_musiconhold.c

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.0/res/res_musiconhold.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/res/res_musiconhold.c?view=diff&rev=166437&r1=166436&r2=166437
==============================================================================
--- branches/1.6.0/res/res_musiconhold.c (original)
+++ branches/1.6.0/res/res_musiconhold.c Mon Dec 22 15:46:24 2008
@@ -870,7 +870,7 @@
 	.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)




More information about the svn-commits mailing list