make compiler happy
This commit is contained in:
parent
7b9eafd900
commit
cedb0d0f1d
|
|
@ -180,7 +180,7 @@ Java_org_lsposed_lspd_service_ObfuscationManager_preloadDex(JNIEnv *env, jclass
|
||||||
|
|
||||||
extern "C"
|
extern "C"
|
||||||
JNIEXPORT jlong JNICALL
|
JNIEXPORT jlong JNICALL
|
||||||
Java_org_lsposed_lspd_service_ObfuscationManager_getPreloadedDexSize(JNIEnv *env, jclass obfuscation_manager) {
|
Java_org_lsposed_lspd_service_ObfuscationManager_getPreloadedDexSize(JNIEnv *, jclass ) {
|
||||||
if (lspdDex != -1) {
|
if (lspdDex != -1) {
|
||||||
return ASharedMemory_getSize(lspdDex);
|
return ASharedMemory_getSize(lspdDex);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue