mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
add a missing return statement, doh.
This commit is contained in:
parent
09ab664412
commit
f3dcf66158
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue