Fix return value of processEvents

This commit is contained in:
Cameron Gutman
2013-12-31 01:39:02 -05:00
parent d652b92ef0
commit 2b6bcec97e

View File

@@ -79,7 +79,7 @@ Java_com_limelight_input_gamepad_NativeGamepad_detectDevices(JNIEnv *env, jobjec
}
// This polls for events and calls the appropriate callbacks
JNIEXPORT jint JNICALL
JNIEXPORT void JNICALL
Java_com_limelight_input_gamepad_NativeGamepad_processEvents(JNIEnv *env, jobject this) {
Gamepad_processEvents();
}