Fix syntax error in Rust test
[deliverable/binutils-gdb.git] / gprof / cg_print.c
index c60cd8d6909a3f5e3bbcb4be974b091084fbac2c..73b195d95911983184c1d1e1c36f0573111aab41 100644 (file)
@@ -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.022556 seconds and 4 git commands to generate.