diff options
Diffstat (limited to 'tools/aapt/Images.cpp')
-rw-r--r-- | tools/aapt/Images.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aapt/Images.cpp b/tools/aapt/Images.cpp index aea16c715b95..5f586a15eeb8 100644 --- a/tools/aapt/Images.cpp +++ b/tools/aapt/Images.cpp @@ -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++) { |