diff options
author | George Burgess IV <gbiv@google.com> | 2016-10-14 02:37:19 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-10-14 02:37:19 +0000 |
commit | c88628da5e74c3d0e044ffcd92d74f622a21aeee (patch) | |
tree | 422cfa12b23c74f947899d5154fae59752d7f415 /tools/aapt/Images.cpp | |
parent | 08109a61d2be1fe7f952296151f043d99a66a806 (diff) | |
parent | a52992e2907d1f037b88fe6d74eee9fe56b7a9d9 (diff) |
Merge "Fix static-analyzer warning." am: 2fbf30d3fe
am: a52992e290
Change-Id: I62bfb1ff3218a9f790b1858d6d6013a93ffbe008
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 9939c188cdd9..cc26b4f17f6b 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++) { |