mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 10:58:15 +00:00
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 ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@166163 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -439,7 +439,7 @@ static struct ast_audiohook *find_audiohook_by_source(struct ast_audiohook_list
|
|||||||
return NULL;
|
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);
|
struct ast_audiohook *audiohook = find_audiohook_by_source(old_chan->audiohooks, source);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user