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