]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Use "false" when setting cli_styling
authorTom Tromey <tromey@adacore.com>
Fri, 31 Jan 2025 21:23:32 +0000 (14:23 -0700)
committerTom Tromey <tromey@adacore.com>
Fri, 31 Jan 2025 21:23:32 +0000 (14:23 -0700)
I noticed a spot that uses 0 where "false" is more appropriate.

gdb/main.c

index 33cdd900994c6d2431ca5e350e90df556f236ed9..b12e5e107161432b0603377bde4c470fd0f50380 100644 (file)
@@ -1027,7 +1027,7 @@ captured_main_1 (struct captured_main_args *context)
        quiet = 1;
 
        /* Disable all output styling when running in batch mode.  */
-       cli_styling = 0;
+       cli_styling = false;
       }
   }