Skip to content

Commit

Permalink
Correction to error
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwhitington committed Nov 13, 2014
1 parent 26d5064 commit f0e874f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdfwrite.ml
Expand Up @@ -705,7 +705,7 @@ let pdf_to_output
| _ ->
raise
(Pdf.PDFError
"Pdf.pdf_to_channel: Bad trailer dictionary")
"Pdf.pdf_to_output: Bad trailer dictionary")
in
strings_of_pdf (flatten_W o) changetable trailerdict';
if !write_debug then flprint "all done...\n";
Expand Down

0 comments on commit f0e874f

Please sign in to comment.