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