riched20: Use correct flag name (Coverity).
This commit is contained in:
parent
2ae0d40c8f
commit
0cd53a589d
|
@ -247,7 +247,7 @@ void ME_CheckTablesForCorruption(ME_TextEditor *editor)
|
|||
{
|
||||
assert(!(p->member.para.nFlags & (MEPF_ROWSTART|MEPF_ROWEND|MEPF_CELL)));
|
||||
assert(p->member.para.pFmt->dwMask & PFM_TABLE);
|
||||
assert(!(p->member.para.pFmt->wEffects & PFM_TABLEROWDELIMITER));
|
||||
assert(!(p->member.para.pFmt->wEffects & PFE_TABLEROWDELIMITER));
|
||||
assert(!p->member.para.pCell);
|
||||
p = p->member.para.next_para;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue