* breakpoint.c (insert_bp_location): Add newline to note.

This commit is contained in:
Daniel Jacobowitz
2006-12-15 15:22:22 +00:00
parent fc225355e8
commit 0767c96d9d
2 changed files with 5 additions and 1 deletions

View File

@ -850,7 +850,7 @@ insert_bp_location (struct bp_location *bpt,
if (!said)
{
fprintf_filtered (gdb_stdout, _("\
Note: automatically using hardware breakpoints for read-only addresses."));
Note: automatically using hardware breakpoints for read-only addresses.\n"));
said = 1;
}
}