diff options
Diffstat (limited to 'gdb/macrocmd.c')
-rw-r--r-- | gdb/macrocmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |