Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 577f48c1 authored by Andreas Gampe's avatar Andreas Gampe
Browse files

Frameworks/base: Fix build

Fix a typo.

Change-Id: Ida417c842563576b053d9f5553a2aa8d5862897c
parent 37079e29
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ static jboolean com_android_pacprocessor_PacNative_createV8ParserNativeLocked(JN
    return JNI_TRUE;
}

static jboolean com_android_pacprocessor_PacNative_destroyV8ParserNativeLocked(JNIEnv* /* env *,
static jboolean com_android_pacprocessor_PacNative_destroyV8ParserNativeLocked(JNIEnv* /* env */,
        jobject) {
    if (proxyResolver != NULL) {
        delete logger;