diff options
Diffstat (limited to 'gdb/go32-nat.c')
-rw-r--r-- | gdb/go32-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/go32-nat.c b/gdb/go32-nat.c index 8f911e2..4e0b474 100644 --- a/gdb/go32-nat.c +++ b/gdb/go32-nat.c @@ -903,7 +903,7 @@ go32_terminal_inferior (struct target_ops *self) } static void -go32_terminal_ours (void) +go32_terminal_ours (struct target_ops *self) { /* Switch to cooked mode on the gdb terminal and save the inferior terminal mode to be restored when it is resumed. */ |