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

Commit 24b3a4cc authored by Andreas Huber's avatar Andreas Huber
Browse files

Fix typo.

Change-Id: I2d7796425ea746432964ce48959b6c227d31df11
parent e861d00f
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) {