Fix syntax error in Rust test
[deliverable/binutils-gdb.git] / gprof / cg_print.c
index 1722adfe22132d6652f8fdd9ef555b4090538f7b..73b195d95911983184c1d1e1c36f0573111aab41 100644 (file)
@@ -1,6 +1,6 @@
 /* cg_print.c -  Print routines for displaying call graphs.
 
-   Copyright (C) 2000-2020 Free Software Foundation, Inc.
+   Copyright (C) 2000-2021 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
@@ -64,7 +64,7 @@ static void
 print_header (void)
 {
   if (first_output)
-    first_output = FALSE;
+    first_output = false;
   else
     printf ("\f\n");
 
This page took 0.022715 seconds and 4 git commands to generate.