1
0
forked from aniani/vim

updated for version 7.0064

This commit is contained in:
Bram Moolenaar
2005-03-25 21:45:43 +00:00
parent 43b604cddc
commit a88d968da1
7 changed files with 66 additions and 53 deletions

View File

@@ -526,7 +526,7 @@ spell_load_file(fname)
{
int fd;
size_t len;
size_t l;
int l;
char_u *p = NULL, *np;
sblock_T *bl = NULL;
int bl_used = 0;