diff options
-rw-r--r-- | mupdf/cmapdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mupdf/cmapdump.c b/mupdf/cmapdump.c index 79933208..28f338c8 100644 --- a/mupdf/cmapdump.c +++ b/mupdf/cmapdump.c @@ -93,7 +93,7 @@ main(int argc, char **argv) fd = open(argv[i], O_BINARY | O_RDONLY, 0666); if (fd < 0) { - fz_throw(-1, "cmapdump: could not open input file '%s'\n", argv[i]); + fz_throw("cmapdump: could not open input file '%s'\n", argv[i]); return 1; } |