spellfile.c: Remove dead assignment #8933

Looks like a harmless accident of ebe5051977 (which was a followup to its parent  fa7ace446e).
This commit is contained in:
Justin M. Keyes 2018-08-29 21:56:06 +02:00 committed by GitHub
commit 93ee31bf65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;