dect
/
asterisk
Archived
13
0
Fork 0

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: http://svn.digium.com/svn/asterisk/trunk@166162 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
mmichelson 2008-12-19 23:45:00 +00:00
parent 154d2ef503
commit c520867092
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ static struct ast_audiohook *find_audiohook_by_source(struct ast_audiohook_list
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);