diff options
-rw-r--r-- | source/tools/pdfclean.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tools/pdfclean.c b/source/tools/pdfclean.c index 2ad0c7e6..051ec4bd 100644 --- a/source/tools/pdfclean.c +++ b/source/tools/pdfclean.c @@ -313,5 +313,5 @@ int pdfclean_main(int argc, char **argv) } fz_drop_context(ctx); - return errors == 0; + return errors != 0; } |