(touch_file): Removing newline from message string.

This commit is contained in:
Roland McGrath 1995-11-22 00:16:14 +00:00
parent ad61285598
commit 06021f945f

View file

@ -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))