Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Added a FIXME.
  • Loading branch information
icculus committed Oct 17, 2006
1 parent 49b22cf commit 387e7d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/audio/SDL_audio.c
Expand Up @@ -373,6 +373,7 @@ SDL_AudioInit(const char *driver_name)
driver_name = SDL_getenv("SDL_AUDIODRIVER");
}

/* !!! FIXME: what's the point of separating available() and init()? */
if (driver_name != NULL) {
for (i = 0; bootstrap[i]; ++i) {
if (SDL_strcasecmp(bootstrap[i]->name, driver_name) == 0) {
Expand Down

0 comments on commit 387e7d8

Please sign in to comment.