diff options
Diffstat (limited to 'usr.bin/window/parser2.c')
-rw-r--r-- | usr.bin/window/parser2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/window/parser2.c b/usr.bin/window/parser2.c index 1e8c82f52c33..75552de9d015 100644 --- a/usr.bin/window/parser2.c +++ b/usr.bin/window/parser2.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)parser2.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "parser.h" |