summaryrefslogtreecommitdiff
path: root/gdb/remote-rdp.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-03-27 17:23:47 +0000
committerNick Clifton <nickc@redhat.com>2001-03-27 17:23:47 +0000
commit397b41add9155101df173e651248f754c6f7b5a9 (patch)
tree016b089be1179ed7efb41476ecc71d3e30b7505c /gdb/remote-rdp.c
parented817e6830609fe4ea2cf4c1f5060f6180b016c9 (diff)
downloadbinutils-gdb-397b41add9155101df173e651248f754c6f7b5a9.tar.gz
Add missing double quote
Diffstat (limited to 'gdb/remote-rdp.c')
-rw-r--r--gdb/remote-rdp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-rdp.c b/gdb/remote-rdp.c
index 1c9b3c38503..573e080ce9f 100644
--- a/gdb/remote-rdp.c
+++ b/gdb/remote-rdp.c
@@ -699,7 +699,7 @@ rdp_set_command_line (char *command, char *args)
if (commandline != NULL)
xfree (commandline);
- xasprintf (&commandline, %s %s", command, args);
+ xasprintf (&commandline, "%s %s", command, args);
}
static void