From a9c1565f6d652a2580cecfcf0e99a5f37950c94a Mon Sep 17 00:00:00 2001 From: John Whitington Date: Fri, 19 Jul 2024 13:27:19 +0100 Subject: [PATCH] Renamed argument --- cpdfcommand.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpdfcommand.ml b/cpdfcommand.ml index a4ce505..a30ad91 100644 --- a/cpdfcommand.ml +++ b/cpdfcommand.ml @@ -3531,7 +3531,7 @@ let go () = in let outpdf = Pdfmerge.merge_pdfs - args.retain_numbering args.remove_duplicate_fonts ~struct_hierarchy:args.process_struct_trees names pdfs rangenums + args.retain_numbering args.remove_duplicate_fonts ~process_struct_trees:args.process_struct_trees names pdfs rangenums in if args.remove_duplicate_streams then Pdfmerge.remove_duplicate_fonts outpdf; (* JBIG2 Globals *) write_pdf false outpdf