[asterisk-commits] mmichelson: branch 1.6.0 r166163 - in /branches/1.6.0: ./ main/audiohook.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Dec 19 17:45:26 CST 2008
Author: mmichelson
Date: Fri Dec 19 17:45:26 2008
New Revision: 166163
URL: http://svn.digium.com/view/asterisk?view=rev&rev=166163
Log:
Merged revisions 166162 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r166162 | mmichelson | 2008-12-19 17:45:00 -0600 (Fri, 19 Dec 2008) | 6 lines
Get rid of an extra space.
I don't know how this crept back in when I had already
fixed it earlier
........
Modified:
branches/1.6.0/ (props changed)
branches/1.6.0/main/audiohook.c
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.0/main/audiohook.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/main/audiohook.c?view=diff&rev=166163&r1=166162&r2=166163
==============================================================================
--- branches/1.6.0/main/audiohook.c (original)
+++ branches/1.6.0/main/audiohook.c Fri Dec 19 17:45:26 2008
@@ -439,7 +439,7 @@
return NULL;
}
-void ast_audiohook_move_by_source (struct ast_channel *old_chan, struct ast_channel *new_chan, const char *source)
+void ast_audiohook_move_by_source(struct ast_channel *old_chan, struct ast_channel *new_chan, const char *source)
{
struct ast_audiohook *audiohook = find_audiohook_by_source(old_chan->audiohooks, source);
More information about the asterisk-commits
mailing list