Fix compile

This commit is contained in:
Tran Khanh Duy 2020-11-06 20:30:28 +07:00 committed by GitHub
parent 7ef8526c91
commit 655b52e3ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ JNIEXPORT jboolean JNICALL Java_net_kdt_pojavlaunch_JREUtils_renderAWTScreenFram
method_awt method_awt
); );
if (jreRgbArray == NULL) { if (jreRgbArray == NULL) {
return; return JNI_FALSE;
} }
// Copy JRE RGB array memory to Android. // Copy JRE RGB array memory to Android.