Mercurial > sdl-ios-xcode
diff src/audio/SDL_audio.c @ 2942:1e431c2631ee
indent
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 01 Jan 2009 08:21:19 +0000 |
parents | 084e5b4fc5be |
children | fec0db6c44b7 |
line wrap: on
line diff
--- a/src/audio/SDL_audio.c Thu Jan 01 08:19:56 2009 +0000 +++ b/src/audio/SDL_audio.c Thu Jan 01 08:21:19 2009 +0000 @@ -617,10 +617,10 @@ current_audio.name = backend->name; current_audio.desc = backend->desc; rc = backend->init(¤t_audio.impl); - if (rc == 2) { /* init'd, and devices available. Take it! */ + if (rc == 2) { /* init'd, and devices available. Take it! */ initialized = 1; best_choice = i; - } else if (rc == 1) { /* init'd, but can't see any devices. */ + } else if (rc == 1) { /* init'd, but can't see any devices. */ current_audio.impl.Deinitialize(); if (best_choice == -1) { best_choice = i;