diff options
Diffstat (limited to 'usr.bin/vi/ex/ex_equal.c')
-rw-r--r-- | usr.bin/vi/ex/ex_equal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vi/ex/ex_equal.c b/usr.bin/vi/ex/ex_equal.c index 317f2b2..ec979a0 100644 --- a/usr.bin/vi/ex/ex_equal.c +++ b/usr.bin/vi/ex/ex_equal.c @@ -32,7 +32,7 @@ */ #ifndef lint -static const char sccsid[] = "@(#)ex_equal.c 8.7 (Berkeley) 8/17/94"; +static char sccsid[] = "@(#)ex_equal.c 8.8 (Berkeley) 8/17/94"; #endif /* not lint */ #include <sys/types.h> |