Mercurial > sdl-ios-xcode
diff src/audio/SDL_audio.c @ 38:80139f9b90d8
Oops, typo fix
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Sat, 26 May 2001 21:39:01 +0000 |
parents | 3ad7157c6cfa |
children | ac6645260d31 |
line wrap: on
line diff
--- 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)