Fix compile warning

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2651 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer 2004-04-07 16:17:31 +00:00
parent df9089d3f8
commit d45addcc7a
1 changed files with 1 additions and 1 deletions

View File

@ -661,7 +661,7 @@ static struct ast_frame *oss_read(struct ast_channel *chan)
return &f;
}
static int oss_fixup(struct ast_channel *oldchan, struct ast_channel *newchan, int needlock)
static int oss_fixup(struct ast_channel *oldchan, struct ast_channel *newchan)
{
struct chan_oss_pvt *p = newchan->pvt->pvt;
p->owner = newchan;