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 94e2b91b..f703b155 100644 --- a/source/tools/pdfclean.c +++ b/source/tools/pdfclean.c @@ -37,7 +37,7 @@ int pdfclean_main(int argc, char **argv) char *outfile = "out.pdf"; char *password = ""; int c; - pdf_write_options opts; + pdf_write_options opts = { 0 }; int errors = 0; fz_context *ctx; |