diff options
author | Yao Qi <yao@codesourcery.com> | 2011-02-16 09:46:09 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2011-02-16 09:46:09 +0000 |
commit | 60bbf3380ac7d9e1f24e3497b2cea852731a6654 (patch) | |
tree | a03caeb49de497fea9c0e9b004e7704e8845e221 /gdb/thread.c | |
parent | 7d58ce8f4b6e28ee588de498220de5fcf74bb80f (diff) | |
download | binutils-60bbf3380ac7d9e1f24e3497b2cea852731a6654.zip binutils-60bbf3380ac7d9e1f24e3497b2cea852731a6654.tar.gz binutils-60bbf3380ac7d9e1f24e3497b2cea852731a6654.tar.bz2 |
2011-02-16 Yao Qi <yao@codesourcery.com>
* thread.c (info_threads_command): Add missing i18n markup and remove
trailing newline.
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); |