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

Commit

Permalink
Corrected a comment in Java source file.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Apr 27, 2013
1 parent 5b3f6e0 commit 9d6262c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-project/src/org/libsdl/app/SDLActivity.java
Expand Up @@ -413,7 +413,7 @@ public static void audioWriteByteBuffer(byte[] buffer) {
// Nom nom
}
} else {
Log.w("SDL", "SDL audio: error return from write(short)");
Log.w("SDL", "SDL audio: error return from write(byte)");
return;
}
}
Expand Down

0 comments on commit 9d6262c

Please sign in to comment.