undefined newexpr->gdbarch field in ada-lang.c:replace_operator_with_call
[deliverable/binutils-gdb.git] / gdb / remote-mips.c
index a91b507490bc858f331c96e47d895ad30e943b91..8f96945318cb6b344c5375d956ca131361dfbd44 100644 (file)
@@ -672,7 +672,7 @@ mips_readchar (int timeout)
   if (ch == SERIAL_TIMEOUT && timeout == -1)   /* Watchdog went off.  */
     {
       target_mourn_inferior ();
-      error (_("Watchdog has expired.  Target detached.\n"));
+      error (_("Watchdog has expired.  Target detached."));
     }
 
   if (ch == SERIAL_EOF)
This page took 0.025094 seconds and 4 git commands to generate.