* ld.texinfo: Fix typo.
[deliverable/binutils-gdb.git] / binutils / sysdump.c
index 8387e711f836d7fe2236896d496e7578d12ab260..460c6915402c6f50a8eabcae33f75ea9f924b7a8 100644 (file)
@@ -529,8 +529,7 @@ tab (int i, char *s)
   if (s)
     {
       p ();
-      printf (s);
-      printf ("\n");
+      puts (s);
     }
 }
 
This page took 0.026604 seconds and 4 git commands to generate.