Skip to content

Commit

Permalink
Output newline after %%EOF marker for ImageMagick and Ghostscript
Browse files Browse the repository at this point in the history
  • Loading branch information
bradediger committed May 28, 2009
1 parent 4072ea7 commit f8f5257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/prawn/document/internals.rb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def render_trailer(output)
output << Prawn::PdfObject(trailer_hash) << "\n"
output << "startxref\n"
output << @xref_offset << "\n"
output << "%%EOF"
output << "%%EOF" << "\n"
end

end
Expand Down

0 comments on commit f8f5257

Please sign in to comment.