Mercurial > sdl-ios-xcode
diff src/audio/SDL_audio.c @ 2141:e1a70460c354
stupid indent
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 03 Jul 2007 09:55:29 +0000 |
parents | 3ee59c43d784 |
children | 665c2669e6a3 |
line wrap: on
line diff
--- a/src/audio/SDL_audio.c Tue Jul 03 09:54:27 2007 +0000 +++ b/src/audio/SDL_audio.c Tue Jul 03 09:55:29 2007 +0000 @@ -555,7 +555,7 @@ switch (orig->channels) { case 0:{ const char *env = SDL_getenv("SDL_AUDIO_CHANNELS"); - if ((!env) || ((prepared->channels = (Uint8)SDL_atoi(env)) == 0)) { + if ((!env) || ((prepared->channels = (Uint8) SDL_atoi(env)) == 0)) { prepared->channels = 2; /* a reasonable default */ } break;