add a missing return statement, doh.
This commit is contained in:
parent
09ab664412
commit
f3dcf66158
@ -174,6 +174,7 @@ mixer_busy(snddev_info *d, int busy)
|
||||
{
|
||||
if (d == NULL) return -1;
|
||||
d->mixer.busy = busy;
|
||||
return 0;
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user