make compiler happy

This commit is contained in:
kotori2 2022-02-08 13:18:32 +08:00 committed by LoveSy
parent 7b9eafd900
commit cedb0d0f1d
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ Java_org_lsposed_lspd_service_ObfuscationManager_preloadDex(JNIEnv *env, jclass
extern "C"
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) {
return ASharedMemory_getSize(lspdDex);
}