]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/dec-thread.c
Fix ARI warnings about new lines at the end of messages, which
[thirdparty/binutils-gdb.git] / gdb / dec-thread.c
index 650b86c82589f968f0959a06ae4827b802ed8f70..88e8a85ce142bce14b6ca286fc6bf0aa6a0bf7f7 100644 (file)
@@ -700,7 +700,7 @@ dec_thread_get_ada_task_ptid (long lwp, long thread)
     if (info->info.teb == (pthread_t) thread)
       return ptid_build_from_info (*info);
   
-  warning (_("Could not find thread id from THREAD = 0x%lx\n"), thread);
+  warning (_("Could not find thread id from THREAD = 0x%lx"), thread);
   return inferior_ptid;
 }