Corrected a comment in Java source file.

This commit is contained in:
Philipp Wiesemann 2013-04-27 13:33:05 +02:00
parent 9e4a519493
commit 1e5aaadf49

View file

@ -413,7 +413,7 @@ public class SDLActivity extends Activity {
// Nom nom // Nom nom
} }
} else { } else {
Log.w("SDL", "SDL audio: error return from write(short)"); Log.w("SDL", "SDL audio: error return from write(byte)");
return; return;
} }
} }