Oops, typo fix

This commit is contained in:
Sam Lantinga
2001-05-26 21:39:01 +00:00
parent 25301330f4
commit 6ec071d3dd

View File

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