Fix another typo in the same line... Spotted by Jerome.

svn path=/trunk/; revision=66619
This commit is contained in:
Timo Kreuzer 2015-03-09 01:11:06 +00:00
parent ada7f6e85d
commit 4e51a10654

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