diff options
Diffstat (limited to 'gdb/cli/cli-decode.c')
-rw-r--r-- | gdb/cli/cli-decode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cli/cli-decode.c b/gdb/cli/cli-decode.c index 257a9c4..f161c86 100644 --- a/gdb/cli/cli-decode.c +++ b/gdb/cli/cli-decode.c @@ -440,7 +440,7 @@ add_abbrev_prefix_cmd (const char *name, enum command_class theclass, /* This is an empty "cfunc". */ void -not_just_help_class_command (char *args, int from_tty) +not_just_help_class_command (const char *args, int from_tty) { } |