diff options
Diffstat (limited to 'usr.bin/indent/indent.h')
-rw-r--r-- | usr.bin/indent/indent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/indent/indent.h b/usr.bin/indent/indent.h index cd644988715d..a174b4289a39 100644 --- a/usr.bin/indent/indent.h +++ b/usr.bin/indent/indent.h @@ -25,7 +25,7 @@ */ #if 0 -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/indent/indent.h,v 1.1.2.1 2001/12/06 19:28:47 schweikh Exp $"); #endif void addkey(char *, int); |