Fix ARI warnings about new lines at the end of messages, which
[deliverable/binutils-gdb.git] / gdb / darwin-nat.c
index b345aac5915ef7794af363c6188ef70aa3f07077..4e316bb5b70ba042c98450dca5002779536184ea 100644 (file)
@@ -1236,7 +1236,7 @@ darwin_stop_inferior (struct inferior *inf)
 
   res = kill (inf->pid, SIGSTOP);
   if (res != 0)
-    warning (_("cannot kill: %s\n"), safe_strerror (errno));
+    warning (_("cannot kill: %s"), safe_strerror (errno));
 
   /* Wait until the process is really stopped.  */
   while (1)
This page took 0.024689 seconds and 4 git commands to generate.