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 403b779..0d0df01 100644 --- a/gprof/hist.c +++ b/gprof/hist.c @@ -456,7 +456,7 @@ DEFUN_VOID (hist_print) bfd_vma addr; if (first_output) - first_output = FALSE; + first_output = false; else printf ("\f\n"); |