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

Commit c88628da authored by George Burgess IV's avatar George Burgess IV Committed by android-build-merger
Browse files

Merge "Fix static-analyzer warning." am: 2fbf30d3

am: a52992e2

Change-Id: I62bfb1ff3218a9f790b1858d6d6013a93ffbe008
parents 08109a61 a52992e2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -833,6 +833,7 @@ static void dump_image(int w, int h, png_bytepp rows, int color_type)
        bpp = 4;
    } else {
        printf("Unknown color type %d.\n", color_type);
        return;
    }

    for (j = 0; j < h; j++) {