diff options
Diffstat (limited to 'gdb/thread.c')
-rw-r--r-- | gdb/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/thread.c b/gdb/thread.c index 8469116..d4cd855 100644 --- a/gdb/thread.c +++ b/gdb/thread.c @@ -980,7 +980,7 @@ info_threads_command (char *arg, int from_tty) unsigned int highrange; if (tmp_tid <= 0) - error ("invalid thread id %d\n", tmp_tid); + error (_("invalid thread id %d"), tmp_tid); tid = tmp_tid; print_thread_info (uiout, tid, -1); |