summaryrefslogtreecommitdiff
path: root/test/pdfclean.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2004-10-07 08:37:21 +0200
committerTor Andersson <tor@ghostscript.com>2004-10-07 08:37:21 +0200
commitbd77c6880a7cf32e20865fb0cdb6816df0e6f775 (patch)
tree1941683df9caf87750c0c76ee57232fc68c364ed /test/pdfclean.c
parent94a96e0ce2be0e32f59ea43f1166a884ca30222d (diff)
downloadmupdf-bd77c6880a7cf32e20865fb0cdb6816df0e6f775.tar.xz
transplant objects
Diffstat (limited to 'test/pdfclean.c')
-rw-r--r--test/pdfclean.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pdfclean.c b/test/pdfclean.c
index 69c51590..58e8b828 100644
--- a/test/pdfclean.c
+++ b/test/pdfclean.c
@@ -163,6 +163,7 @@ int main(int argc, char **argv)
}
error = pdf_savepdf(xref, outfile, encrypt);
+// error = pdf_saveincrementalpdf(xref, infile);
if (error)
fz_abort(error);