mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
spellfile.c: Remove dead assignment #8933
Looks like a harmless accident ofebe5051977
(which was a followup to its parentfa7ace446e
).
This commit is contained in:
commit
93ee31bf65
@ -1202,7 +1202,6 @@ static int read_sal_section(FILE *fd, slang_T *slang)
|
|||||||
SPELL_READ_NONNUL_BYTES( // <salfrom>
|
SPELL_READ_NONNUL_BYTES( // <salfrom>
|
||||||
(char *)p, (size_t)(ccnt - i), fd, xfree(smp->sm_lead));
|
(char *)p, (size_t)(ccnt - i), fd, xfree(smp->sm_lead));
|
||||||
p += (ccnt - i);
|
p += (ccnt - i);
|
||||||
i = ccnt;
|
|
||||||
}
|
}
|
||||||
*p++ = NUL;
|
*p++ = NUL;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user