diff options
author | sef <sef@FreeBSD.org> | 1994-08-17 22:18:26 +0000 |
---|---|---|
committer | sef <sef@FreeBSD.org> | 1994-08-17 22:18:26 +0000 |
commit | 4665d68e467585f1c553ff4de454c6bd36bf32d6 (patch) | |
tree | 2d71adcad3da854d8c73e39fcc4a54c9acb7e238 /usr.bin/vi/common/line.c | |
parent | 09d303a872a56c74f9f5cfebe17f7cd295a448dc (diff) | |
download | FreeBSD-src-4665d68e467585f1c553ff4de454c6bd36bf32d6.zip FreeBSD-src-4665d68e467585f1c553ff4de454c6bd36bf32d6.tar.gz |
Bringing up to version 1.33.
Reviewed by: Sean Eric Fagan
Diffstat (limited to 'usr.bin/vi/common/line.c')
-rw-r--r-- | usr.bin/vi/common/line.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vi/common/line.c b/usr.bin/vi/common/line.c index 12d22e4..9ce348a 100644 --- a/usr.bin/vi/common/line.c +++ b/usr.bin/vi/common/line.c @@ -32,7 +32,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)line.c 8.30 (Berkeley) 6/30/94"; +static const char sccsid[] = "@(#)line.c 8.31 (Berkeley) 8/17/94"; #endif /* not lint */ #include <sys/types.h> |