Rename "sun" variable to avoid conflicts on Solaris
[deliverable/binutils-gdb.git] / ld / ldlang.c
index bb3cd912157ec76795f49cecdf98897cfa3c7282..05ea0c881f825d12bd7cd0e3117fd8cf02c9f2a6 100644 (file)
@@ -9281,7 +9281,8 @@ lang_print_memory_usage (void)
       if (r->length != 0)
        {
          double percent = used_length * 100.0 / r->length;
-         printf ("    %6.2f%%\n", percent);
+         printf ("    %6.2f%%", percent);
        }
+      printf ("\n");
     }
 }
This page took 0.025367 seconds and 4 git commands to generate.