From 0767c96d9dfcef23d67c4976a71c3cc5e59b8f2f Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Fri, 15 Dec 2006 15:22:22 +0000 Subject: * breakpoint.c (insert_bp_location): Add newline to note. --- gdb/breakpoint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/breakpoint.c') diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index a2a4d19..e68878b 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -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; } } -- cgit v1.1