From 22f5b2b9e5d0ae5302a897ec12f69027fd900f6e Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 26 Oct 1992 17:02:45 +0000 Subject: [PATCH] Added \n to error message. --- ld/ldlang.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ld/ldlang.c b/ld/ldlang.c index a968dd0a9d..f73f260abf 100644 --- a/ld/ldlang.c +++ b/ld/ldlang.c @@ -768,7 +768,7 @@ DEFUN (open_output, (name), { 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;*/ -- 2.34.1