diff options
Diffstat (limited to 'gprof/cg_print.c')
-rw-r--r-- | gprof/cg_print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/cg_print.c b/gprof/cg_print.c index 4aa445b..2184702 100644 --- a/gprof/cg_print.c +++ b/gprof/cg_print.c @@ -63,7 +63,7 @@ static void print_header () { if (first_output) - first_output = false; + first_output = FALSE; else printf ("\f\n"); |