diff options
-rw-r--r-- | qpdf/qpdf.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpdf/qpdf.cc b/qpdf/qpdf.cc index 853767ed..caaef417 100644 --- a/qpdf/qpdf.cc +++ b/qpdf/qpdf.cc @@ -478,7 +478,7 @@ int main(int argc, char* argv[]) bool r2_extract = true; bool r2_annotate = true; bool r3_accessibility = true; - bool r3_extract = true;; + bool r3_extract = true; QPDFWriter::r3_print_e r3_print = QPDFWriter::r3p_full; QPDFWriter::r3_modify_e r3_modify = QPDFWriter::r3m_all; |