add a missing return statement, doh.

This commit is contained in:
Cameron Grant 2000-09-02 18:55:01 +00:00
parent 09ab664412
commit f3dcf66158

View File

@ -174,6 +174,7 @@ mixer_busy(snddev_info *d, int busy)
{
if (d == NULL) return -1;
d->mixer.busy = busy;
return 0;
}
int