mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 12:34:43 +00:00
s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify
comparisons of bfd_boolean vars with TRUE/FALSE. Formatting.
This commit is contained in:
@@ -468,7 +468,7 @@ hist_print ()
|
||||
bfd_vma addr;
|
||||
|
||||
if (first_output)
|
||||
first_output = false;
|
||||
first_output = FALSE;
|
||||
else
|
||||
printf ("\f\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user