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

Commit a40eeb09 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

am: c88628da

Change-Id: Iece80dfbd8a5d01ffdcf6edf1decd8078af31511
parents 414c77ce c88628da
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++) {