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

Commit 8607c701 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

am: a40eeb09

Change-Id: I973bb3f7f72f38133472874727b4297042ee0a50
parents be15b964 a40eeb09
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line 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;
        bpp = 4;
    } else {
    } else {
        printf("Unknown color type %d.\n", color_type);
        printf("Unknown color type %d.\n", color_type);
        return;
    }
    }


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