Skip to content
Snippets Groups Projects
Commit 95a01f90 authored by Matt Johnston's avatar Matt Johnston
Browse files

Remove extraneous semicolon

--HG--
extra : convert_revision : ea33f9576dd0ff344d6f1d150a01265470f56131
parent 52551cb7
Branches
No related merge requests found
...@@ -480,7 +480,7 @@ multihop_passthrough_args() { ...@@ -480,7 +480,7 @@ multihop_passthrough_args() {
static void parse_multihop_hostname(const char* orighostarg, const char* argv0) { static void parse_multihop_hostname(const char* orighostarg, const char* argv0) {
char *userhostarg = NULL; char *userhostarg = NULL;
char *hostbuf = NULL; char *hostbuf = NULL;
char *last_hop = NULL;; char *last_hop = NULL;
char *remainder = NULL; char *remainder = NULL;
/* both scp and rsync parse a user@host argument /* both scp and rsync parse a user@host argument
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment