mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
Added \n to error message.
This commit is contained in:
@@ -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;*/
|
||||
|
||||
Reference in New Issue
Block a user