diff options
Diffstat (limited to 'gdb/remote-sds.c')
-rw-r--r-- | gdb/remote-sds.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/remote-sds.c b/gdb/remote-sds.c index c8fe721..33e2bb5 100644 --- a/gdb/remote-sds.c +++ b/gdb/remote-sds.c @@ -1124,7 +1124,8 @@ sds_remove_breakpoint (addr, contents_cache) static struct target_ops sds_ops ; -static void init_sds_ops(void) +static void +init_sds_ops(void) { sds_ops.to_shortname = "sds"; sds_ops.to_longname = "Remote serial target with SDS protocol"; |