mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
Added \n to error message.
This commit is contained in:
parent
1045c20b4d
commit
22f5b2b9e5
@ -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;*/
|
||||
|
Loading…
Reference in New Issue
Block a user