Merge "Fix static-analyzer warning."

This commit is contained in:
Treehugger Robot
2016-10-14 02:21:10 +00:00
committed by Gerrit Code Review

View File

@@ -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++) {