diff options
Diffstat (limited to 'gdb/cli/cli-cmds.c')
-rw-r--r-- | gdb/cli/cli-cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cli/cli-cmds.c b/gdb/cli/cli-cmds.c index 56ae12a..5ff0b77 100644 --- a/gdb/cli/cli-cmds.c +++ b/gdb/cli/cli-cmds.c @@ -443,7 +443,7 @@ complete_command (const char *arg, int from_tty) int is_complete_command (struct cmd_list_element *c) { - return cmd_cfunc_eq (c, complete_command); + return cmd_simple_func_eq (c, complete_command); } static void |