* remote.c (remote_get_noisy_reply): Remove trailing "\n" in call
to error.
+2010-06-02 Joel Brobecker <brobecker@adacore.com>
+
+ * remote.c (remote_get_noisy_reply): Remove trailing "\n" in call
+ to error.
+
2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
* dwarf2read.c (typename_concat): Add const to the variable sep.
p = buf + strlen ("qRelocInsn:");
pp = unpack_varlen_hex (p, &ul);
if (*pp != ';')
- error (_("invalid qRelocInsn packet: %s\n"), buf);
+ error (_("invalid qRelocInsn packet: %s"), buf);
from = ul;
p = pp + 1;