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

Commit 0d1e1550 authored by Andreas Huber's avatar Andreas Huber Committed by Android (Google) Code Review
Browse files

Merge "Fix typo." into honeycomb

parents 0c43f0be 24b3a4cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -229,7 +229,7 @@ status_t LiveSession::fetchFile(const char *url, sp<ABuffer> *out) {
                bufferRemaining);

        if (n < 0) {
            return err;
            return n;
        }

        if (n == 0) {