diff options
| -rw-r--r-- | tools/dcpdumpsub.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dcpdumpsub.cc b/tools/dcpdumpsub.cc index da40b386..14d1ed59 100644 --- a/tools/dcpdumpsub.cc +++ b/tools/dcpdumpsub.cc @@ -71,7 +71,7 @@ main (int argc, char* argv[]) optional<boost::filesystem::path> private_key_file; int option_index = 0; - while (1) { + while (true) { static struct option long_options[] = { { "help", no_argument, 0, 'h'}, { "no-fonts", no_argument, 0, 'n'}, |
