mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[WIN32K]
Fix another typo in the same line... Spotted by Jerome. svn path=/trunk/; revision=66619
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user