diff options
Diffstat (limited to 'gprof/hist.c')
-rw-r--r-- | gprof/hist.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |