diff options
author | obrien <obrien@FreeBSD.org> | 2001-05-17 09:38:49 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-05-17 09:38:49 +0000 |
commit | ba39ea389307cc53bf53f9cbdb7bed3753940492 (patch) | |
tree | c74eb5b8b99c084c04a68d25d549604ec2a49094 /usr.bin/window/wwcursor.c | |
parent | f76a1a77af1a33cd7b200de6583fbf5a86868824 (diff) | |
download | FreeBSD-src-ba39ea389307cc53bf53f9cbdb7bed3753940492.zip FreeBSD-src-ba39ea389307cc53bf53f9cbdb7bed3753940492.tar.gz |
Fix the rcsid's.
Diffstat (limited to 'usr.bin/window/wwcursor.c')
-rw-r--r-- | usr.bin/window/wwcursor.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/window/wwcursor.c b/usr.bin/window/wwcursor.c index 3959d644..5b804c2 100644 --- a/usr.bin/window/wwcursor.c +++ b/usr.bin/window/wwcursor.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwcursor.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" |