diff options
Diffstat (limited to 'gdb/aix-thread.c')
-rw-r--r-- | gdb/aix-thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/aix-thread.c b/gdb/aix-thread.c index bc746d9..f7a7331 100644 --- a/gdb/aix-thread.c +++ b/gdb/aix-thread.c @@ -1781,6 +1781,6 @@ _initialize_aix_thread (void) _("Set debugging of AIX thread module."), _("Show debugging of AIX thread module."), _("Enables debugging output (used to debug GDB)."), - _("Debugging of AIX thread module is \"%d\"."), + NULL, /* FIXME: i18n: Debugging of AIX thread module is \"%d\". */ NULL, NULL, &setdebuglist, &showdebuglist); } |