diff options
Diffstat (limited to 'gdb/inflow.c')
-rw-r--r-- | gdb/inflow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inflow.c b/gdb/inflow.c index 2fba0fa..0c279e6 100644 --- a/gdb/inflow.c +++ b/gdb/inflow.c @@ -467,7 +467,7 @@ copy_terminal_info (struct inferior *to, struct inferior *from) } void -info_terminal_command (char *arg, int from_tty) +info_terminal_command (const char *arg, int from_tty) { target_terminal::info (arg, from_tty); } |