fixed typo issue for JNI function

This commit is contained in:
2017-05-09 20:55:29 +08:00
parent 2d974e3a22
commit 65d8ec70c7

View File

@@ -76,7 +76,7 @@ JNIEXPORT jintArray JNICALL Java_net_irext_decodesdk_IRDecode_irDecode
* Method: irClose
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_net_irext_decodesdk_IRDecode_irACLibClose
JNIEXPORT void JNICALL Java_net_irext_decodesdk_IRDecode_irClose
(JNIEnv *, jobject);
/*