diff options
Diffstat (limited to 'gdb/sol-thread.c')
-rw-r--r-- | gdb/sol-thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/sol-thread.c b/gdb/sol-thread.c index 18d24e7..8b20876 100644 --- a/gdb/sol-thread.c +++ b/gdb/sol-thread.c @@ -1658,7 +1658,7 @@ _initialize_sol_thread (void) procfs_suppress_run = 1; add_cmd ("sol-threads", class_maintenance, info_solthreads, - "Show info on Solaris user threads.\n", &maintenanceinfolist); + _("Show info on Solaris user threads."), &maintenanceinfolist); memcpy (&orig_core_ops, &core_ops, sizeof (struct target_ops)); memcpy (&core_ops, &sol_core_ops, sizeof (struct target_ops)); |