diff options
Diffstat (limited to 'gdb/remote-bug.c')
-rw-r--r-- | gdb/remote-bug.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/remote-bug.c b/gdb/remote-bug.c index 7a7244f..2efd710 100644 --- a/gdb/remote-bug.c +++ b/gdb/remote-bug.c @@ -963,7 +963,8 @@ bug_clear_breakpoints () struct target_ops bug_ops ; -static void init_bug_ops(void) +static void +init_bug_ops(void) { bug_ops.to_shortname = "bug"; "Remote BUG monitor", bug_ops.to_longname = "Use the mvme187 board running the BUG monitor connected by a serial line."; |