author | Sam Lantinga <slouken@lokigames.com> |
Sat, 26 May 2001 21:39:01 +0000 | |
changeset 38 | 80139f9b90d8 |
parent 37 | 3ad7157c6cfa |
child 39 | a6a2fbe66fd1 |
--- a/src/audio/SDL_audio.c Sat May 26 16:58:37 2001 +0000 +++ b/src/audio/SDL_audio.c Sat May 26 21:39:01 2001 +0000 @@ -48,7 +48,7 @@ &ALSA_bootstrap, #endif #ifdef __OpenBSD__ - &OBSD_bootstrap; + &OBSD_bootstrap, #endif #if (defined(unix) && !defined(__CYGWIN32__)) && \ !defined(OSS_SUPPORT) && !defined(ALSA_SUPPORT)