* macrocmd.c (info_macro_command): Remove newline from error

message.
This commit is contained in:
Jim Blandy 2002-07-17 21:16:33 +00:00
parent 2f14585c74
commit 233282cd3e
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2002-07-17 Jim Blandy <jimb@redhat.com>
* macrocmd.c (info_macro_command): Remove newline from error
message.
Wed Jul 17 19:36:38 2002 J"orn Rennecke <joern.rennecke@superh.com>
* sh-tdep.c (sh_dsp_register_sim_regno): New function.

View file

@ -148,7 +148,7 @@ info_macro_command (char *name, int from_tty)
ms = default_macro_scope ();
if (! ms)
error ("GDB has no preprocessor macro information for that code.\n");
error ("GDB has no preprocessor macro information for that code.");
d = macro_lookup_definition (ms->file, ms->line, name);
if (d)