From 373b32ea19fd440f8cef0b68640d2d58d5b2fac8 Mon Sep 17 00:00:00 2001 From: jtc Date: Thu, 17 Nov 1994 07:40:43 +0000 Subject: fix typo --- usr.bin/uuencode/uuencode.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'usr.bin/uuencode/uuencode.c') 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 */ /* -- cgit