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