summaryrefslogtreecommitdiff
path: root/sftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sftp.c')
-rw-r--r--sftp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sftp.c b/sftp.c
index 990b0cbbd..c54333d82 100644
--- a/sftp.c
+++ b/sftp.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sftp.c,v 1.94 2006/11/23 01:35:11 ray Exp $ */ 1/* $OpenBSD: sftp.c,v 1.95 2007/01/03 03:01:40 stevesk Exp $ */
2/* 2/*
3 * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org> 3 * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
4 * 4 *
@@ -1566,7 +1566,7 @@ main(int argc, char **argv)
1566 fprintf(stderr, "Missing username\n"); 1566 fprintf(stderr, "Missing username\n");
1567 usage(); 1567 usage();
1568 } 1568 }
1569 addargs(&args, "-l%s",userhost); 1569 addargs(&args, "-l%s", userhost);
1570 } 1570 }
1571 1571
1572 if ((cp = colon(host)) != NULL) { 1572 if ((cp = colon(host)) != NULL) {