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

Commit

Permalink
Removed comment questioning the code's correctness (the answer: it's …
Browse files Browse the repository at this point in the history
…correct).
  • Loading branch information
icculus committed Jul 22, 2011
1 parent c780858 commit c1d7fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/android/SDL_androidaudio.c
Expand Up @@ -144,7 +144,7 @@ AndroidAUD_Init(SDL_AudioDriverImpl * impl)
}

AudioBootStrap ANDROIDAUD_bootstrap = {
"android", "SDL Android audio driver", AndroidAUD_Init, 0 /*1? */
"android", "SDL Android audio driver", AndroidAUD_Init, 0
};

/* Called by the Java code to start the audio processing on a thread */
Expand Down

0 comments on commit c1d7fca

Please sign in to comment.