diff options
Diffstat (limited to 'gdb/win32-nat.c')
-rw-r--r-- | gdb/win32-nat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/win32-nat.c b/gdb/win32-nat.c index 47dbc55..87e96bd 100644 --- a/gdb/win32-nat.c +++ b/gdb/win32-nat.c @@ -1003,7 +1003,8 @@ child_close () struct target_ops child_ops ; -static void init_child_ops(void) +static void +init_child_ops(void) { child_ops.to_shortname = "child"; child_ops.to_longname = "Win32 child process"; |