diff options
| author | jtc <jtc@NetBSD.org> | 1994-11-17 07:40:43 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1994-11-17 07:40:43 +0000 |
| commit | 373b32ea19fd440f8cef0b68640d2d58d5b2fac8 (patch) | |
| tree | f96630d68919748a9f28bae1616775eb029f3023 /usr.bin/uuencode | |
| parent | 88d0435bc75edc99c6b01d0b57e4fc3bd67dbe01 (diff) | |
fix typo
Diffstat (limited to 'usr.bin/uuencode')
| -rw-r--r-- | usr.bin/uuencode/uuencode.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/uuencode/uuencode.c b/usr.bin/uuencode/uuencode.c index bacac9f17df..8fe7b43a5f2 100644 --- a/usr.bin/uuencode/uuencode.c +++ b/usr.bin/uuencode/uuencode.c @@ -1,4 +1,4 @@ -/* $NetBSD: uuencode.c,v 1.6 1994/11/17 07:39:43 jtc Exp $ */ +/* $NetBSD: uuencode.c,v 1.7 1994/11/17 07:41:15 jtc Exp $ */ /*- * Copyright (c) 1983, 1993 @@ -36,13 +36,12 @@ char copyright[] = "@(#) Copyright (c) 1983, 1993\n\ The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)uuencode.c 8.2 (Berkeley) 4/2/94"; #endif -static char rcsid[] = "$NetBSD: uuencode.c,v 1.6 1994/11/17 07:39:43 jtc Exp $"; +static char rcsid[] = "$NetBSD: uuencode.c,v 1.7 1994/11/17 07:41:15 jtc Exp $"; #endif /* not lint */ /* |
