From b34976b65aea8f33690229600bbf4527ec3118e1 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 30 Nov 2002 08:39:46 +0000 Subject: s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify comparisons of bfd_boolean vars with TRUE/FALSE. Formatting. --- gprof/hist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gprof/hist.c') diff --git a/gprof/hist.c b/gprof/hist.c index 08aae2e..bfa34ee 100644 --- a/gprof/hist.c +++ b/gprof/hist.c @@ -468,7 +468,7 @@ hist_print () bfd_vma addr; if (first_output) - first_output = false; + first_output = FALSE; else printf ("\f\n"); -- cgit v1.1