summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2006-03-12 04:23:08 +0000
committerDamien Miller <djm@cvs.openbsd.org>2006-03-12 04:23:08 +0000
commit37c39ff3fce1d0e09c339effd160d67ce9d1279b (patch)
treefd9a1628584ed7285a5b7e2172f0dcff31cc0c8a /usr.bin/ssh
parente5ddf1bc7c258926f91b57321f8c58eda788cfd6 (diff)
knf nit
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r--usr.bin/ssh/ssh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c
index 22ed64668ca..e0642e5d673 100644
--- a/usr.bin/ssh/ssh.c
+++ b/usr.bin/ssh/ssh.c
@@ -40,7 +40,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: ssh.c,v 1.265 2006/02/22 00:04:45 stevesk Exp $");
+RCSID("$OpenBSD: ssh.c,v 1.266 2006/03/12 04:23:07 djm Exp $");
#include <sys/resource.h>
#include <sys/ioctl.h>
@@ -247,7 +247,7 @@ main(int ac, char **av)
/* Parse command-line arguments. */
host = NULL;
-again:
+ again:
while ((opt = getopt(ac, av,
"1246ab:c:e:fgi:kl:m:no:p:qstvxACD:F:I:L:MNO:PR:S:TVw:XY")) != -1) {
switch (opt) {