Add quotes to avoid a null test expression.
[deliverable/binutils-gdb.git] / gdb / aix-thread.c
index f7a73312c5888f6eeb7727df3b79c2009c75aebc..11804ed4a2285b6a9daeef5684fa547c7e9bc09e 100644 (file)
@@ -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);
 }
This page took 0.023339 seconds and 4 git commands to generate.