This commit is contained in:
John Whitington 2022-01-04 12:05:11 +00:00
parent a020d5a9ba
commit b5e16382e8
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ let write_image path_to_p2p path_to_im pdf resources name image =
with
0 -> Sys.remove pnm
| _ ->
Printf.eprintf "Call to imagemagick failed: did you specify -p2p correctly?\n%!";
Printf.eprintf "Call to imagemagick failed: did you specify -p2p or -im correctly?\n%!";
Sys.remove pnm
end
end