diff options
Diffstat (limited to 'gdb/windows-tdep.c')
-rw-r--r-- | gdb/windows-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/windows-tdep.c b/gdb/windows-tdep.c index 98b6d2b9324..698794fd192 100644 --- a/gdb/windows-tdep.c +++ b/gdb/windows-tdep.c @@ -444,7 +444,7 @@ show_maint_show_all_tib (struct ui_file *file, int from_tty, } static void -info_w32_command (char *args, int from_tty) +info_w32_command (const char *args, int from_tty) { help_list (info_w32_cmdlist, "info w32 ", class_info, gdb_stdout); } |