diff options
Diffstat (limited to 'gdb/mac-nat.c')
-rw-r--r-- | gdb/mac-nat.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/mac-nat.c b/gdb/mac-nat.c index 15e3f69..3518fe5 100644 --- a/gdb/mac-nat.c +++ b/gdb/mac-nat.c @@ -333,7 +333,9 @@ info_proc (args, from_tty) } struct target_ops child_ops ; -static void init_child_ops(void) + +static void +init_child_ops(void) { child_ops.to_shortname = "mac"; child_ops.to_longname = "MacOS application"; |