st/nine: fix DBG typo (trivial)

Signed-off-by: David Heidelberg <david@ixit.cz>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
David Heidelberg 2014-12-19 14:13:15 +01:00 committed by Marek Olšák
parent fbfe2918f4
commit 4fb1d00f4e

View file

@ -1219,7 +1219,7 @@ NineDevice9_StretchRect( struct NineDevice9 *This,
pSourceRect->left, pSourceRect->top,
pSourceRect->right, pSourceRect->bottom);
if (pDestRect)
DBG("pSourceRect=(%u,%u)-(%u,%u)\n", pDestRect->left, pDestRect->top,
DBG("pDestRect=(%u,%u)-(%u,%u)\n", pDestRect->left, pDestRect->top,
pDestRect->right, pDestRect->bottom);
user_assert(!zs || !This->in_scene, D3DERR_INVALIDCALL);