[asterisk-commits] russell: branch 1.6.1 r166438 - in /branches/1.6.1: ./ res/res_musiconhold.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Dec 22 15:46:53 CST 2008
Author: russell
Date: Mon Dec 22 15:46:53 2008
New Revision: 166438
URL: http://svn.digium.com/view/asterisk?view=rev&rev=166438
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.1/ (props changed)
branches/1.6.1/res/res_musiconhold.c
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/res/res_musiconhold.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.1/res/res_musiconhold.c?view=diff&rev=166438&r1=166437&r2=166438
==============================================================================
--- branches/1.6.1/res/res_musiconhold.c (original)
+++ branches/1.6.1/res/res_musiconhold.c Mon Dec 22 15:46:53 2008
@@ -858,7 +858,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 asterisk-commits
mailing list