diff options
author | Nick Clifton <nickc@redhat.com> | 2001-03-27 17:23:47 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-03-27 17:23:47 +0000 |
commit | 9c1190e11fe07d47bc1403b2d743c79536752e96 (patch) | |
tree | f7ebd61892561f3bad3c090dafd36f026e5e2fed /gdb/remote-rdp.c | |
parent | dec9b8d67e6d27a5ce9f462ab8552d91ad061c2b (diff) | |
download | gdb-9c1190e11fe07d47bc1403b2d743c79536752e96.tar.gz |
Add missing double quote
Diffstat (limited to 'gdb/remote-rdp.c')
-rw-r--r-- | gdb/remote-rdp.c | 2 |
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 |