Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
37:3ad7157c6cfa | 38:80139f9b90d8 |
---|---|
46 #endif | 46 #endif |
47 #ifdef ALSA_SUPPORT | 47 #ifdef ALSA_SUPPORT |
48 &ALSA_bootstrap, | 48 &ALSA_bootstrap, |
49 #endif | 49 #endif |
50 #ifdef __OpenBSD__ | 50 #ifdef __OpenBSD__ |
51 &OBSD_bootstrap; | 51 &OBSD_bootstrap, |
52 #endif | 52 #endif |
53 #if (defined(unix) && !defined(__CYGWIN32__)) && \ | 53 #if (defined(unix) && !defined(__CYGWIN32__)) && \ |
54 !defined(OSS_SUPPORT) && !defined(ALSA_SUPPORT) | 54 !defined(OSS_SUPPORT) && !defined(ALSA_SUPPORT) |
55 &AUDIO_bootstrap, | 55 &AUDIO_bootstrap, |
56 #endif | 56 #endif |