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 72706f57efb..8d9a7f38b9f 100644 --- a/gdb/inflow.c +++ b/gdb/inflow.c @@ -353,7 +353,7 @@ terminal_inferior (struct target_ops *self) should be called to get back to a normal state of affairs. */ void -terminal_ours_for_output (void) +terminal_ours_for_output (struct target_ops *self) { terminal_ours_1 (1); } |