From 95a01f9002a4367e4465aa9cfe9d1ade270ab9a4 Mon Sep 17 00:00:00 2001 From: Matt Johnston <matt@ucc.asn.au> Date: Thu, 10 Sep 2009 11:12:31 +0000 Subject: [PATCH] Remove extraneous semicolon --HG-- extra : convert_revision : ea33f9576dd0ff344d6f1d150a01265470f56131 --- cli-runopts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli-runopts.c b/cli-runopts.c index e32d2fb8..93329f2b 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 -- GitLab