diff options
author | Matt Johnston <matt@ucc.asn.au> | 2009-09-10 11:12:31 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2009-09-10 11:12:31 +0000 |
commit | 95a01f9002a4367e4465aa9cfe9d1ade270ab9a4 (patch) | |
tree | 84f4d918985f23f767ac3b2c9cf60d538b1cfcf7 | |
parent | 52551cb771e8cd1ba3b5eb137fc43b61bd35cd79 (diff) |
Remove extraneous semicolon
--HG--
extra : convert_revision : ea33f9576dd0ff344d6f1d150a01265470f56131
-rw-r--r-- | cli-runopts.c | 2 |
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 |