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

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

Merge "Fix static-analyzer warning."

parents 3ef0315e 0c2774b1
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++) {