diff options
author | George Burgess IV <gbiv@google.com> | 2016-10-14 14:39:06 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-10-14 14:39:06 +0000 |
commit | a40eeb09795755c05ccbc53fe480722f2ea7cd38 (patch) | |
tree | 8f1720a3add9f78a873cf814aa15be07786c8510 /tools/aapt/Images.cpp | |
parent | 414c77ce1c8b924330f8cdfa9f1b8cab31155029 (diff) | |
parent | c88628da5e74c3d0e044ffcd92d74f622a21aeee (diff) |
Merge "Fix static-analyzer warning." am: 2fbf30d3fe am: a52992e290
am: c88628da5e
Change-Id: Iece80dfbd8a5d01ffdcf6edf1decd8078af31511
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++) { |