# HG changeset patch # User Matt Johnston # Date 1252581151 0 # Node ID b6665c1eac43b49053b7c49ed4536bbe8bcf74f3 # Parent d3ea8b9672f0414f751851b176a819ecc5c69d07 Remove extraneous semicolon diff -r d3ea8b9672f0 -r b6665c1eac43 cli-runopts.c --- a/cli-runopts.c Tue Sep 08 14:53:53 2009 +0000 +++ b/cli-runopts.c Thu Sep 10 11:12:31 2009 +0000 @@ -480,7 +480,7 @@ 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