diff options
Diffstat (limited to 'gdb/ada-lang.c')
-rw-r--r-- | gdb/ada-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c index 07a0536..db5334d 100644 --- a/gdb/ada-lang.c +++ b/gdb/ada-lang.c @@ -4041,7 +4041,7 @@ get_selections (int *choices, int n_choices, int max_results, if (prompt == NULL) prompt = "> "; - args = command_line_input (prompt, 0, annotation_suffix); + args = command_line_input (prompt, annotation_suffix); if (args == NULL) error_no_arg (_("one or more choice numbers")); |