Mercurial > dropbear
changeset 574:b6665c1eac43
Remove extraneous semicolon
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 10 Sep 2009 11:12:31 +0000 |
parents | d3ea8b9672f0 |
children | f9b5dc0cba61 |
files | cli-runopts.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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