mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
minor fix
svn path=/trunk/; revision=13630
This commit is contained in:
parent
5b3d4bc5b1
commit
ed7f80714a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue