diff options
Diffstat (limited to 'gdb/aix-thread.c')
-rw-r--r-- | gdb/aix-thread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/aix-thread.c b/gdb/aix-thread.c index f7a73312c5..11804ed4a2 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)."), - NULL, /* FIXME: i18n: Debugging of AIX thread module is \"%d\". */ - NULL, NULL, &setdebuglist, &showdebuglist); + NULL, NULL, /* FIXME: i18n: Debugging of AIX thread module is \"%d\". */ + &setdebuglist, &showdebuglist); } |