[Commits] SDL: Removed comment questioning the code's correctness (the ans...

libsdl.org revision control commits-owner at libsdl.org
Fri Jul 22 00:12:37 PDT 2011


details:   http://hg.libsdl.org/SDL/rev/c8862e1bc41f
changeset: 5579:c8862e1bc41f
user:      Ryan C. Gordon <icculus at icculus.org>
date:      Fri Jul 22 00:12:03 2011 -0700
description:
Removed comment questioning the code's correctness (the answer: it's correct).

diffstat:

 src/audio/android/SDL_androidaudio.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 44463666df04 -r c8862e1bc41f src/audio/android/SDL_androidaudio.c
--- a/src/audio/android/SDL_androidaudio.c	Fri Jul 22 00:09:58 2011 -0700
+++ b/src/audio/android/SDL_androidaudio.c	Fri Jul 22 00:12:03 2011 -0700
@@ -144,7 +144,7 @@
 }
 
 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 */


More information about the commits mailing list