1
0
Fork 0
forked from len0rd/rockbox

Android: Fix crash on start up.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30190 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2011-07-22 06:50:41 +00:00
parent 96f02a9aa9
commit c2a6214ecc

View file

@ -141,7 +141,7 @@ int button_read_device(int *data)
static int hp_state; static int hp_state;
JNIEXPORT void JNICALL JNIEXPORT void JNICALL
Java_org_rockbox_monitors_HeadphoneMonitor_postCallHungUp(JNIEnv *env, Java_org_rockbox_monitors_HeadphoneMonitor_postHpStateChanged(JNIEnv *env,
jobject this, jobject this,
jint state) jint state)
{ {