mirror of
https://github.com/reactos/wine.git
synced 2025-02-21 13:23:25 +00:00
ddraw: Fix incorrect WARN text.
This commit is contained in:
parent
87b33ccb58
commit
f4337b4714
@ -787,7 +787,7 @@ IDirectDrawSurfaceImpl_Blt(IDirectDrawSurface7 *iface,
|
||||
DestRect->right > This->surface_desc.dwWidth ||
|
||||
DestRect->bottom > This->surface_desc.dwHeight)
|
||||
{
|
||||
WARN("Source rectangle is invalid, returning DDERR_INVALIDRECT\n");
|
||||
WARN("Destination rectangle is invalid, returning DDERR_INVALIDRECT\n");
|
||||
LeaveCriticalSection(&ddraw_cs);
|
||||
return DDERR_INVALIDRECT;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user