Oops, typo fix

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%4039
This commit is contained in:
Sam Lantinga 2001-05-26 21:39:01 +00:00
parent 6a24b323f5
commit 4baaa1ec99

View file

@ -48,7 +48,7 @@ static AudioBootStrap *bootstrap[] = {
&ALSA_bootstrap, &ALSA_bootstrap,
#endif #endif
#ifdef __OpenBSD__ #ifdef __OpenBSD__
&OBSD_bootstrap; &OBSD_bootstrap,
#endif #endif
#if (defined(unix) && !defined(__CYGWIN32__)) && \ #if (defined(unix) && !defined(__CYGWIN32__)) && \
!defined(OSS_SUPPORT) && !defined(ALSA_SUPPORT) !defined(OSS_SUPPORT) && !defined(ALSA_SUPPORT)