summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/target/hosted/android/button-android.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/hosted/android/button-android.c b/firmware/target/hosted/android/button-android.c
index 9bfc7a370a..832eef54f3 100644
--- a/firmware/target/hosted/android/button-android.c
+++ b/firmware/target/hosted/android/button-android.c
@@ -61,7 +61,7 @@ Java_org_rockbox_RockboxFramebuffer_touchHandler(JNIEnv*env, jobject this,
61 * this writes in an interrupt-like fashion the button events that the user 61 * this writes in an interrupt-like fashion the button events that the user
62 * generated by pressing/releasing them to a variable */ 62 * generated by pressing/releasing them to a variable */
63JNIEXPORT bool JNICALL 63JNIEXPORT bool JNICALL
64Java_org_rockbox_RockboxFramebuffer_buttonHandler(JNIEnv*env, jobject this, 64Java_org_rockbox_RockboxFramebuffer_buttonHandler(JNIEnv*env, jclass this,
65 jint keycode, jboolean state) 65 jint keycode, jboolean state)
66{ 66{
67 (void)env; 67 (void)env;