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

Commit 1e590c1f authored by Daniel Estrada Alva's avatar Daniel Estrada Alva Committed by android-build-merger
Browse files

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

am: 5f116e70

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

Change-Id: I68f4b49ac66658a4f4091b50464d36b4efc23ad5
parents 9e031645 5f116e70
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;
}