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