Commit 470bb5b8bee822f09fb0457dd81f1036223b1fe7

Authored by Jay Berkenbilt
1 parent e5f08a71

typo


git-svn-id: svn+q:///qpdf/trunk@609 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing 1 changed file with 1 additions and 1 deletions
qpdf/qpdf.cc
... ... @@ -478,7 +478,7 @@ int main(int argc, char* argv[])
478 478 bool r2_extract = true;
479 479 bool r2_annotate = true;
480 480 bool r3_accessibility = true;
481   - bool r3_extract = true;;
  481 + bool r3_extract = true;
482 482 QPDFWriter::r3_print_e r3_print = QPDFWriter::r3p_full;
483 483 QPDFWriter::r3_modify_e r3_modify = QPDFWriter::r3m_all;
484 484  
... ...