Mercurial > sdl-ios-xcode
changeset 38:80139f9b90d8
Oops, typo fix
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Sat, 26 May 2001 21:39:01 +0000 |
parents | 3ad7157c6cfa |
children | a6a2fbe66fd1 |
files | src/audio/SDL_audio.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)