Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 3e3b138

Browse files
committed
[[ Cleanup ]] MCMarking::parse(): Add some disambiguating parentheses.
1 parent 184f5dc commit 3e3b138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/src/cmds.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ if (sp.next(type) != PS_NORMAL)
996996
return PS_ERROR;
997997
}
998998
if (sp.lookup(SP_MARK,te) != PS_NORMAL
999-
|| te->which != MC_BY && te->which != MC_WHERE)
999+
|| (te->which != MC_BY && te->which != MC_WHERE))
10001000
{
10011001
MCperror->add
10021002
(PE_MARK_NOTBYORWHERE, sp);

0 commit comments

Comments
 (0)