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

Commit 46736ec8 authored by Dan Albert's avatar Dan Albert Committed by android-build-merger
Browse files

Merge "Make the appropriate cast to protect from mingw." am: dbf8c17b

am: 2edfa8c9

* commit '2edfa8c9':
  Make the appropriate cast to protect from mingw.
parents 3ee3b9d1 2edfa8c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2119,7 +2119,7 @@ static status_t writeResourceLoadedCallbackForLayoutClasses(
                indentStr);
    }

    return hasErrors ? UNKNOWN_ERROR : NO_ERROR;
    return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR;
}

static status_t writeResourceLoadedCallback(