s/NO_FUNCTION/NULL/
[deliverable/binutils-gdb.git] / gdb / tui / tuiWin.c
index 4523c410eb0fcfae60dda88ea027d68cd97c4d6e..3611a089603ca2884407a7f49475a5748501a962 100644 (file)
@@ -280,7 +280,7 @@ _initialize_tuiWin (void)
 
   /* Define the classes of commands.
      They will appear in the help list in the reverse of this order.  */
-  add_cmd ("tui", class_tui, NO_FUNCTION,
+  add_cmd ("tui", class_tui, NULL,
           "Text User Interface commands.",
           &cmdlist);
 
This page took 0.025732 seconds and 4 git commands to generate.