diff options
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index 92874e2..7031ecc 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -6471,7 +6471,7 @@ Are you sure you want to change it? "), static VEC (char_ptr) * handle_completer (struct cmd_list_element *ignore, - char *text, char *word) + const char *text, const char *word) { VEC (char_ptr) *vec_signals, *vec_keywords, *return_val; static const char * const keywords[] = |