Commit f7a18c42a0142f36d8cc575fcd10f0e4638ba084
1 parent
f9d0f58e
remove stray +
git-svn-id: svn+q:///qpdf/trunk@1012 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
1 changed file
with
1 additions
and
1 deletions
libqpdf/QPDF.cc
| ... | ... | @@ -2059,6 +2059,6 @@ QPDF::getAllPagesInternal(QPDFObjectHandle cur_pages, |
| 2059 | 2059 | throw QPDFExc(qpdf_e_damaged_pdf, this->file.getName(), |
| 2060 | 2060 | this->last_object_description, |
| 2061 | 2061 | this->file.getLastOffset(), |
| 2062 | - + ": invalid Type in page tree"); | |
| 2062 | + ": invalid Type in page tree"); | |
| 2063 | 2063 | } |
| 2064 | 2064 | } | ... | ... |