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