From 233282cd3ee3ffa29f799465620d1de09fb64f8e Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 17 Jul 2002 21:16:33 +0000 Subject: * macrocmd.c (info_macro_command): Remove newline from error message. --- gdb/macrocmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/macrocmd.c') diff --git a/gdb/macrocmd.c b/gdb/macrocmd.c index 40b3154..02f44fc 100644 --- a/gdb/macrocmd.c +++ b/gdb/macrocmd.c @@ -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) -- cgit v1.1