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

Commit cf7903e7 authored by Andreas Huber's avatar Andreas Huber Committed by Android Git Automerger
Browse files

am 0d1e1550: Merge "Fix typo." into honeycomb

* commit '0d1e1550':
  Fix typo.
parents ab4cdb92 0d1e1550
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) {