diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-17 09:38:49 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-17 09:38:49 +0000 |
| commit | 2f8b721157b825a04df115df2eef5ac385154df1 (patch) | |
| tree | 64fada3da0048e300c6a259740d8479a44cefc26 /usr.bin/window/string.c | |
| parent | c1323a523a682638a87947d1abe06946f63c74d9 (diff) | |
Notes
Diffstat (limited to 'usr.bin/window/string.c')
| -rw-r--r-- | usr.bin/window/string.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/window/string.c b/usr.bin/window/string.c index 29e3287f5695..949222e18e81 100644 --- a/usr.bin/window/string.c +++ b/usr.bin/window/string.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)string.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include <string.h> /* System string definitions. */ |
