Fix one more #ifdef, and now it actually compiles again. *sigh*

This commit is contained in:
mycroft 1999-10-10 00:14:44 +00:00
parent f52d37c204
commit 04a784cb79
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: sbdsp.c,v 1.100 1999/08/04 10:50:52 augustss Exp $ */
/* $NetBSD: sbdsp.c,v 1.101 1999/10/10 00:14:44 mycroft Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -2304,7 +2304,7 @@ sbdsp_get_props(addr)
(sc->sc_fullduplex ? AUDIO_PROP_FULLDUPLEX : 0);
}
#if NMIDI > 0
#if NMPU > 0
/*
* MIDI related routines.
*/