This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ob] Formatting fix


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;
 			}
 		    }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]