Fix compile warning

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2651 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
Mark Spencer 21 years ago
parent df9089d3f8
commit d45addcc7a

@ -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;

Loading…
Cancel
Save