mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 12:14:32 +00:00
Fix typo...
svn path=/branches/reactos-yarotows/; revision=46903
This commit is contained in:
parent
0cdfd4399d
commit
859f9c2a13
1 changed files with 1 additions and 2 deletions
|
@ -78,8 +78,7 @@ NtGdiAlphaBlend(
|
|||
GDIOBJ_UnlockObjByPtr(&DCSrc->BaseObject);
|
||||
GDIOBJ_UnlockObjByPtr(&DCDest->BaseObject);
|
||||
/* Yes, Windows really returns TRUE in this case */
|
||||
bResult = TRUE;
|
||||
goto leave;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
DestRect.left = XOriginDest;
|
||||
|
|
Loading…
Reference in a new issue