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

Commit 80725b19 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: 92dfec09

* commit '92dfec09':
  Fix build break due to 32/64 bit compilation.

Change-Id: I375e5db0a74726ef7a9121cc51d5340bb5f7674a
parents 9e031645 92dfec09
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;
}