diff options
Diffstat (limited to 'gdb/inf-child.c')
-rw-r--r-- | gdb/inf-child.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inf-child.c b/gdb/inf-child.c index 883ed77..1b92972 100644 --- a/gdb/inf-child.c +++ b/gdb/inf-child.c @@ -133,7 +133,7 @@ inf_child_open_target (struct target_ops *target, const char *arg, } static void -inf_child_open (char *arg, int from_tty) +inf_child_open (const char *arg, int from_tty) { inf_child_open_target (inf_child_ops, arg, from_tty); } |