Fix typo...

svn path=/branches/reactos-yarotows/; revision=46903
This commit is contained in:
Jérôme Gardou 2010-04-17 14:24:50 +00:00
parent 0cdfd4399d
commit 859f9c2a13

View file

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