minor fix

svn path=/trunk/; revision=13630
This commit is contained in:
Thomas Bluemel 2005-02-18 13:07:27 +00:00
parent 5b3d4bc5b1
commit ed7f80714a

View file

@ -1992,7 +1992,7 @@ NtGdiCombineRgn(HRGN hDest,
RGNDATA_UnlockRgn(hSrc2);
result = destRgn->rdh.iType;
}
else
else if(hSrc2 == NULL)
{
DPRINT1("NtGdiCombineRgn requires hSrc2 != NULL for combine mode %d!\n", CombineMode);
}