(touch_file): Removing newline from message string.
authorRoland McGrath <roland@redhat.com>
Wed, 22 Nov 1995 00:16:14 +0000 (00:16 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 22 Nov 1995 00:16:14 +0000 (00:16 +0000)
remake.c

index 03079dd..2004d79 100644 (file)
--- a/remake.c
+++ b/remake.c
@@ -769,7 +769,7 @@ touch_file (file)
      register struct file *file;
 {
   if (!silent_flag)
-    message ("touch %s\n", file->name);
+    message ("touch %s", file->name);
 
 #ifndef        NO_ARCHIVES
   if (ar_name (file->name))