Remove duplicate ATTRENTRY_INIT

This commit is contained in:
Matthieu Coudron 2017-09-30 11:44:50 +09:00
parent 3a00648639
commit 481e40cc8c

View File

@ -6825,8 +6825,6 @@ int hl_combine_attr(int char_attr, int prim_attr)
if (char_aep != NULL) {
// Copy all attributes from char_aep to the new entry
new_en = *char_aep;
} else {
new_en = (attrentry_T)ATTRENTRY_INIT;
}
spell_aep = syn_cterm_attr2entry(prim_attr);