summaryrefslogtreecommitdiffhomepage
path: root/cli-runopts.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2009-09-10 11:12:31 +0000
committerMatt Johnston <matt@ucc.asn.au>2009-09-10 11:12:31 +0000
commit95a01f9002a4367e4465aa9cfe9d1ade270ab9a4 (patch)
tree84f4d918985f23f767ac3b2c9cf60d538b1cfcf7 /cli-runopts.c
parent52551cb771e8cd1ba3b5eb137fc43b61bd35cd79 (diff)
Remove extraneous semicolon
--HG-- extra : convert_revision : ea33f9576dd0ff344d6f1d150a01265470f56131
Diffstat (limited to 'cli-runopts.c')
-rw-r--r--cli-runopts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli-runopts.c b/cli-runopts.c
index e32d2fb..93329f2 100644
--- a/cli-runopts.c
+++ b/cli-runopts.c
@@ -480,7 +480,7 @@ multihop_passthrough_args() {
static void parse_multihop_hostname(const char* orighostarg, const char* argv0) {
char *userhostarg = NULL;
char *hostbuf = NULL;
- char *last_hop = NULL;;
+ char *last_hop = NULL;
char *remainder = NULL;
/* both scp and rsync parse a user@host argument