2003-04-13 Michael Snyder <msnyder@redhat.com>
[binutils-gdb.git] / gdb / macrocmd.c
index 40b31541f908e408dd32810defb17de1792c63a8..02f44fce4cdbfd701af332da81a4beb72ba2f874 100644 (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)