diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-07-23 20:36:38 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-07-23 20:36:38 +0000 |
commit | d9b1dcb4075c28b48d11ddb5c3e1458c9daccb48 (patch) | |
tree | 6b917d8983c06c9866c3f344b7bbe2fb04298dec /libexec/telnetd/utility.c | |
parent | eefc100af7038758ef196421c9c5b73507bab513 (diff) |
tabify
Diffstat (limited to 'libexec/telnetd/utility.c')
-rw-r--r-- | libexec/telnetd/utility.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/telnetd/utility.c b/libexec/telnetd/utility.c index 4b1ff91e0bb..54db900805a 100644 --- a/libexec/telnetd/utility.c +++ b/libexec/telnetd/utility.c @@ -1,4 +1,4 @@ -/* $OpenBSD: utility.c,v 1.7 1997/07/14 01:40:39 millert Exp $ */ +/* $OpenBSD: utility.c,v 1.8 1997/07/23 20:36:36 kstailey Exp $ */ /* $NetBSD: utility.c,v 1.9 1996/02/28 20:38:29 thorpej Exp $ */ /* @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)utility.c 8.4 (Berkeley) 5/30/95"; static char rcsid[] = "$NetBSD: utility.c,v 1.9 1996/02/28 20:38:29 thorpej Exp $"; #else -static char rcsid[] = "$OpenBSD: utility.c,v 1.7 1997/07/14 01:40:39 millert Exp $"; +static char rcsid[] = "$OpenBSD: utility.c,v 1.8 1997/07/23 20:36:36 kstailey Exp $"; #endif #endif /* not lint */ @@ -483,7 +483,7 @@ putf(cp, where) case 'v': puts(utsinfo.version); - break; + break; } cp++; } |