Added \n to error message.

This commit is contained in:
Ian Lance Taylor 1992-10-26 17:02:45 +00:00
parent 1045c20b4d
commit 22f5b2b9e5
1 changed files with 1 additions and 1 deletions

View File

@ -768,7 +768,7 @@ DEFUN (open_output, (name),
{ {
einfo ("%P%F target %s not found\n", output_target); einfo ("%P%F target %s not found\n", output_target);
} }
einfo ("%P%F problem opening output file %s, %E", name); einfo ("%P%F problem opening output file %s, %E\n", name);
} }
/* output->flags |= D_PAGED;*/ /* output->flags |= D_PAGED;*/