From 2f37ea4d17f08a14aeb36c0fea778d8b4d44e0cd Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 25 Dec 2000 01:16:12 +0000 Subject: Don't abuse the SCCS `@(#)' for RCS. Requested by: bde --- usr.bin/indent/indent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/indent/indent.c') diff --git a/usr.bin/indent/indent.c b/usr.bin/indent/indent.c index 3b82e95..1a8675581 100644 --- a/usr.bin/indent/indent.c +++ b/usr.bin/indent/indent.c @@ -46,7 +46,7 @@ static const char copyright[] = static char sccsid[] = "@(#)indent.c 5.17 (Berkeley) 6/7/93"; #endif static const char rcsid[] = - "@(#)$FreeBSD$"; + "$FreeBSD$"; #endif /* not lint */ #include -- cgit v1.1