diff options
Diffstat (limited to 'gprof/gmon_io.c')
-rw-r--r-- | gprof/gmon_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/gmon_io.c b/gprof/gmon_io.c index 0bc5caa..db11590 100644 --- a/gprof/gmon_io.c +++ b/gprof/gmon_io.c @@ -532,7 +532,7 @@ DEFUN (gmon_out_read, (filename), const char *filename) printf (nbbs == 1 ? _("\t%d basic-block count record\n") : _("\t%d basic-block count records\n"), nbbs); - first_output = FALSE; + first_output = false; } } |