| Index: samples/pdfium_test.cc
 | 
| diff --git a/samples/pdfium_test.cc b/samples/pdfium_test.cc
 | 
| index f2c1e960b21ed8d36bc6bd393bc4f182706abacc..fe25c7e6cd0b19a359304340274328607db98ba4 100644
 | 
| --- a/samples/pdfium_test.cc
 | 
| +++ b/samples/pdfium_test.cc
 | 
| @@ -334,8 +334,7 @@ bool ParseCommandLine(const std::vector<std::string>& args,
 | 
|          return false;
 | 
|        }
 | 
|        options->output_format = OUTPUT_EMF;
 | 
| -    }
 | 
| -    else if (cur_arg == "--bmp") {
 | 
| +    } else if (cur_arg == "--bmp") {
 | 
|        if (options->output_format != OUTPUT_NONE) {
 | 
|          fprintf(stderr, "Duplicate or conflicting --bmp argument\n");
 | 
|          return false;
 | 
| 
 |