From d7a7a46b7f8f2c778fca223b8ce2d36952791bd5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Asbj=C3=B8rn=20Sloth=20T=C3=B8nnesen?= Date: Sun, 30 Dec 2012 13:15:15 +0000 Subject: [PATCH] clarify supported image types MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Asbjørn Sloth Tønnesen --- ql570.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ql570.c b/ql570.c index 8034ca7..4ed80a4 100644 --- a/ql570.c +++ b/ql570.c @@ -158,7 +158,7 @@ pngdata_t * loadpng(const char * path) } if (type == 0) { - fprintf(stderr, "Invalid PNG! Only mono or 4x8-bit RGBA PNG files are allowed\n"); + fprintf(stderr, "Invalid PNG! Only mono or mono 4x8-bit RGBA PNG files are allowed\n"); exit(1); } -- 1.7.10.4