diff options
Diffstat (limited to 'gdb/remote-rdp.c')
-rw-r--r-- | gdb/remote-rdp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/remote-rdp.c b/gdb/remote-rdp.c index 879a394..1d596a4 100644 --- a/gdb/remote-rdp.c +++ b/gdb/remote-rdp.c @@ -1436,7 +1436,8 @@ remote_rdp_attach(args, from_tty) struct target_ops remote_rdp_ops ; -static void init_remote_rdp_ops(void) +static void +init_remote_rdp_ops(void) { remote_rdp_ops.to_shortname = "rdp"; remote_rdp_ops.to_longname = "Remote Target using the RDProtocol"; |