diff options
author | Roland McGrath <roland@redhat.com> | 1995-11-22 00:16:14 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1995-11-22 00:16:14 +0000 |
commit | 06021f945fc68dfc174204cdb6e1cf665ca01875 (patch) | |
tree | 019a3daffb76ee379748e47dfb0f4305aaa5f838 | |
parent | ad6128559819b0afde4bcae99dd3fb007b065722 (diff) | |
download | gunmake-06021f945fc68dfc174204cdb6e1cf665ca01875.tar.gz |
(touch_file): Removing newline from message string.
-rw-r--r-- | remake.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |