diff --git a/src/uPDFParser.cpp b/src/uPDFParser.cpp index 1cc21e5..cc05783 100644 --- a/src/uPDFParser.cpp +++ b/src/uPDFParser.cpp @@ -867,7 +867,7 @@ namespace uPDFParser xref << std::setfill('0'); xref << "xref\n"; - xref << "0 1 f\r\n"; + xref << "0 1\n"; xref << "0000000000 65535 f\r\n"; std::vector::iterator it;