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 867a4ec..260a876 100644 --- a/gprof/cg_print.c +++ b/gprof/cg_print.c @@ -48,7 +48,7 @@ static void DEFUN_VOID (print_header) { if (first_output) - first_output = FALSE; + first_output = false; else printf ("\f\n"); |