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

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

Merge "Fix static-analyzer warning."

am: 2fbf30d3

Change-Id: I1c297dfe786d92834cd4bd8b7d3177a7d9529074
parents bd1a923c 2fbf30d3
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++) {