Fix typo...
authorJérôme Gardou <jerome.gardou@reactos.org>
Sat, 17 Apr 2010 14:24:50 +0000 (14:24 +0000)
committerJérôme Gardou <jerome.gardou@reactos.org>
Sat, 17 Apr 2010 14:24:50 +0000 (14:24 +0000)
svn path=/branches/reactos-yarotows/; revision=46903

subsystems/win32/win32k/objects/bitblt.c

index c5c3bf3..1d8de81 100644 (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;