diff options
Diffstat (limited to 'usr.bin/indent/parse.c')
-rw-r--r-- | usr.bin/indent/parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/indent/parse.c b/usr.bin/indent/parse.c index 3711a32fc78b..6a9361d32f8b 100644 --- a/usr.bin/indent/parse.c +++ b/usr.bin/indent/parse.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/indent/parse.c,v 1.9 2002/10/16 13:58:39 charnier Exp $"); #include <stdio.h> #include "indent_globs.h" |