Fix a typo

svn path=/trunk/; revision=66613
This commit is contained in:
Timo Kreuzer 2015-03-08 23:36:04 +00:00
parent cdc2efb241
commit d09753a207

View file

@ -468,7 +468,7 @@ EngBitBlt(
if (psoMask == NULL)
{
/* We have no mask, assume the mask is all foreground */
rop4 &= (rop4 & 0xFF) || ((rop4 & 0xFF) << 8);
rop4 = (rop4 & 0xFF) || ((rop4 & 0xFF) << 8);
UsesMask = FALSE;
}
}