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

Commit 20ad3a34 authored by Andreas Huber's avatar Andreas Huber
Browse files

Fix typo.

Change-Id: I2d7796425ea746432964ce48959b6c227d31df11
parent aea5aff4
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -229,7 +229,7 @@ status_t LiveSession::fetchFile(const char *url, sp<ABuffer> *out) {
                bufferRemaining);
                bufferRemaining);


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


        if (n == 0) {
        if (n == 0) {