From 2fa6a712ba7e07eefab5df62a9c00214cd3c4f14 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 22 Dec 2024 21:30:46 +0100 Subject: Cleanup 1 -> true. --- tools/dcpdumpsub.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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'}, -- cgit v1.2.3