git.asbjorn.biz
/
ql570.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e5afb7
)
clarify supported image types
master
author
Asbjørn Sloth Tønnesen
<asbjorn@asbjorn.biz>
Sun, 30 Dec 2012 13:15:15 +0000
(13:15 +0000)
committer
Asbjørn Sloth Tønnesen
<asbjorn@asbjorn.biz>
Sun, 30 Dec 2012 13:15:15 +0000
(13:15 +0000)
Signed-off-by: Asbjørn Sloth Tønnesen <asbjorn@asbjorn.biz>
ql570.c
patch
|
blob
|
history
diff --git
a/ql570.c
b/ql570.c
index
8034ca7
..
4ed80a4
100644
(file)
--- 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);
}