commit | 2b3737224efaa7ff69404e48454d7fa11c30e89c | [log] [tgz] |
---|---|---|
author | Doug Zongker <dougz@google.com> | Mon Mar 17 23:57:40 2014 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Mon Mar 17 23:57:40 2014 +0000 |
tree | df48e3a9e0e4ac6ebf8ba206aaf37455d131cd8f | |
parent | c4025e90f4e73bd9bf9665000276663e35c0066b [diff] | |
parent | 130a7985386f7f7741179fc38b1a15da7ec9f358 [diff] |
am 130a7985: Merge "fix error log statement" * commit '130a7985386f7f7741179fc38b1a15da7ec9f358': fix error log statement
diff --git a/minui/resources.c b/minui/resources.c index 69fd14b..a0c621b 100644 --- a/minui/resources.c +++ b/minui/resources.c
@@ -110,7 +110,7 @@ *channels = 3; } else { fprintf(stderr, "minui doesn't support PNG depth %d channels %d color_type %d\n", - bit_depth, (int) channels, color_type); + bit_depth, *channels, color_type); result = -7; goto exit; }