From f3dcf66158f676bb2cac90e97fbf004a59ff8383 Mon Sep 17 00:00:00 2001 From: Cameron Grant Date: Sat, 2 Sep 2000 18:55:01 +0000 Subject: [PATCH] add a missing return statement, doh. --- sys/dev/sound/pcm/mixer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/sound/pcm/mixer.c b/sys/dev/sound/pcm/mixer.c index 77d3e66e93f4..8d71d7ebfb42 100644 --- a/sys/dev/sound/pcm/mixer.c +++ b/sys/dev/sound/pcm/mixer.c @@ -174,6 +174,7 @@ mixer_busy(snddev_info *d, int busy) { if (d == NULL) return -1; d->mixer.busy = busy; + return 0; } int