[ob] Formatting fix
Daniel Jacobowitz
drow@false.org
Fri Dec 15 15:23:00 GMT 2006
I noticed a missing newline; committed as obvious.
--
Daniel Jacobowitz
CodeSourcery
2006-12-15 Daniel Jacobowitz <dan@codesourcery.com>
* breakpoint.c (insert_bp_location): Add newline to note.
Index: breakpoint.c
===================================================================
--- breakpoint.c (revision 157393)
+++ breakpoint.c (working copy)
@@ -850,7 +850,7 @@ insert_bp_location (struct bp_location *
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;
}
}
More information about the Gdb-patches
mailing list