s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify
[deliverable/binutils-gdb.git] / gprof / cg_print.c
index 4aa445b48a8c310f515e55caac802975b08797c0..21847027c1c7d46896bb08657136441424677c3f 100644 (file)
@@ -63,7 +63,7 @@ static void
 print_header ()
 {
   if (first_output)
-    first_output = false;
+    first_output = FALSE;
   else
     printf ("\f\n");
 
This page took 0.031437 seconds and 4 git commands to generate.