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 5503a42..236f8f0 100644 --- a/gdb/inflow.c +++ b/gdb/inflow.c @@ -255,7 +255,7 @@ terminal_save_ours (void) } void -terminal_init_inferior (void) +terminal_init_inferior (struct target_ops *self) { #ifdef PROCESS_GROUP_TYPE /* This is for Lynx, and should be cleaned up by having Lynx be a separate |