Merge "Fix static-analyzer warning." am: 2fbf30d3fe am: a52992e290
am: c88628da5e
Change-Id: Iece80dfbd8a5d01ffdcf6edf1decd8078af31511
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user