diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/spellfile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/spellfile.c b/src/nvim/spellfile.c index b8774bd680..21a86c6946 100644 --- a/src/nvim/spellfile.c +++ b/src/nvim/spellfile.c @@ -1202,7 +1202,6 @@ static int read_sal_section(FILE *fd, slang_T *slang) SPELL_READ_NONNUL_BYTES( // <salfrom> (char *)p, (size_t)(ccnt - i), fd, xfree(smp->sm_lead)); p += (ccnt - i); - i = ccnt; } *p++ = NUL; |