forked from tTh/FloatImg
typo...
This commit is contained in:
parent
6ac0caa54a
commit
e46f54a8fc
|
@ -54,7 +54,7 @@ int foo;
|
|||
|
||||
if (3 != argc) {
|
||||
fimg_print_version(1);
|
||||
fprintf(stderr, "usage:\n\t%s foo.fimg bar.pnm\n", argv[0]);
|
||||
fprintf(stderr, "usage:\n\t%s foo.fimg bar.png\n", argv[0]);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue