Commit 4baaa1ec authored by Sam Lantinga's avatar Sam Lantinga

Oops, typo fix

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%4039
parent 6a24b323
...@@ -48,7 +48,7 @@ static AudioBootStrap *bootstrap[] = { ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment