mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[WIN32K]
Fix another typo in the same line... Spotted by Jerome. svn path=/trunk/; revision=66619
This commit is contained in:
parent
ada7f6e85d
commit
4e51a10654
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue