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

Commit cf657ad4 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am ae0bee53: am 81b84311: Merge "Fix clang build."

* commit 'ae0bee53':
  Fix clang build.
parents 3968f0c2 ae0bee53
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1522,7 +1522,7 @@ static jlong
nScriptInvokeIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot)
{
    if (kLogApi) {
        ALOGD("nScriptInvokeIDCreate, con(%p) script(%p), slot(%i), sig(%i)", (RsContext)con,
        ALOGD("nScriptInvokeIDCreate, con(%p) script(%p), slot(%i)", (RsContext)con,
              (void *)sid, slot);
    }
    return (jlong)(uintptr_t)rsScriptInvokeIDCreate((RsContext)con, (RsScript)sid, slot);