Fix ARI warnings about new lines at the end of messages, which
[deliverable/binutils-gdb.git] / gdb / remote.c
index ad473cc2ce4a03b5ae44214a1924354ac96c4df7..b3323f91e5a0281de289228e1bc21b15c1d8c8ad 100644 (file)
@@ -1876,7 +1876,7 @@ read_ptid (char *buf, char **obuf)
       /* Multi-process ptid.  */
       pp = unpack_varlen_hex (p + 1, &pid);
       if (*pp != '.')
-       error (_("invalid remote ptid: %s\n"), p);
+       error (_("invalid remote ptid: %s"), p);
 
       p = pp;
       pp = unpack_varlen_hex (p + 1, &tid);
This page took 0.0247 seconds and 4 git commands to generate.