diff options
-rw-r--r-- | ql570.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |