diff options
Diffstat (limited to 'vi.c')
-rw-r--r-- | vi.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,8 +18,8 @@ | |||
18 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 18 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
19 | */ | 19 | */ |
20 | 20 | ||
21 | char *vi_Version = | 21 | static const char vi_Version[] = |
22 | "$Id: vi.c,v 1.11 2001/07/02 18:06:14 andersen Exp $"; | 22 | "$Id: vi.c,v 1.12 2001/07/17 01:12:36 andersen Exp $"; |
23 | 23 | ||
24 | /* | 24 | /* |
25 | * To compile for standalone use: | 25 | * To compile for standalone use: |