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

Commit 69545369 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "img_utils: fix static analyzer complaints"

parents 8bc6203d 8a4b3d40
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -350,7 +350,7 @@ sp<TiffIfd> TiffWriter::findLastIfd() {
        if (nextIfd == NULL) {
            break;
        }
        ifd = nextIfd;
        ifd = std::move(nextIfd);
    }
    return ifd;
}