diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-22 21:30:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-12-22 21:30:46 +0100 |
| commit | 2fa6a712ba7e07eefab5df62a9c00214cd3c4f14 (patch) | |
| tree | 9f6886c1b4a75984a24319bf722b3dc2306538ad | |
| parent | bd7b2f04e3190b6e585af1058b5a238476131ba1 (diff) | |
Cleanup 1 -> true.v1.10.0
| -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'}, |
