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

Commit 2edfa8c9 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

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

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

static status_t writeResourceLoadedCallback(