mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[WIN32K]
Fix a typo svn path=/trunk/; revision=66613
This commit is contained in:
parent
cdc2efb241
commit
d09753a207
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