summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 12:03:53 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 12:03:53 +1100
commit2ecb6bd95d1f7d47d6071614be99339b290771e0 (patch)
tree8647de5c330dafbabf9cd9781c2bcdc2d6e4d425 /ssh.c
parentec04f360eb56a75e5f12393e80bc9ca39eacd5e8 (diff)
downloadopenssh-git-2ecb6bd95d1f7d47d6071614be99339b290771e0.tar.gz
- djm@cvs.openbsd.org 2006/03/12 04:23:07
[ssh.c] knf nit
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh.c b/ssh.c
index e2e7ab32..6f185b4a 100644
--- a/ssh.c
+++ b/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/types.h>
#ifdef HAVE_SYS_STAT_H
@@ -254,7 +254,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) {