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 8d9a7f38b9f..087cc604022 100644 --- a/gdb/inflow.c +++ b/gdb/inflow.c @@ -363,7 +363,7 @@ terminal_ours_for_output (struct target_ops *self) so they can be restored properly later. */ void -terminal_ours (void) +terminal_ours (struct target_ops *self) { terminal_ours_1 (0); } |