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

Commit 5fb90f91 authored by Daniel Estrada Alva's avatar Daniel Estrada Alva Committed by Android (Google) Code Review
Browse files

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

parents cd2b4303 3cd7305f
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;
}