android_freerdp.c: fixed wrong registered signature (#5371)

This commit is contained in:
amratsingh 2019-05-02 09:29:52 +05:30 committed by akallabeth
parent 25fc56a625
commit 84e50582b7
1 changed files with 1 additions and 1 deletions

View File

@ -1145,7 +1145,7 @@ static JNINativeMethod methods[] =
},
{
"freerdp_send_unicodekey_event",
"(JI)Z",
"(JIZ)Z",
&jni_freerdp_send_unicodekey_event
},
{