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

Commit 5f116e70 authored by destradaa's avatar destradaa Committed by android-build-merger
Browse files

Merge "Fix build break due to 32/64 bit compilation." into nyc-dev

am: 5fb90f91

* commit '5fb90f91':
  Fix build break due to 32/64 bit compilation.

Change-Id: I26955619bbcce48d5a4379963db4c834a4d802e2
parents 5fbc6680 5fb90f91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -170,7 +170,7 @@ static int get_app_instance_for_app_id(uint64_t app_id) {
            return current->first;
        }
    }
    ALOGD("Cannot find app for app instance %d.", app_id);
    ALOGD("Cannot find app for app instance %" PRIu64 ".", app_id);
    return -1;
}