From 3c84cb6a1c2d687c625b5d30fa326763b7bcd425 Mon Sep 17 00:00:00 2001 From: John Whitington Date: Wed, 17 Jul 2019 13:05:00 +0100 Subject: [PATCH] more --- cpdfcommand.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpdfcommand.ml b/cpdfcommand.ml index abe61e1..41e1fa6 100644 --- a/cpdfcommand.ml +++ b/cpdfcommand.ml @@ -2394,7 +2394,7 @@ let rec get_single_pdf ?(decrypt=true) ?(fail=false) op read_lazy = begin match args.inputs with (InFile inname, _, _, _, _, _)::_ -> begin try ignore (close_in (open_in inname)) with _ -> - Printf.eprintf "File %s does not exist" inname; + Printf.eprintf "File %s does not exist\n" inname; exit 2 end | _ -> ()