[PATCH] d3dx9: Fix a typo in TRACE() message.

Andrey Gusev andrey.goosev at gmail.com
Mon Dec 12 04:21:00 CST 2016


Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 dlls/d3dx9_36/math.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/d3dx9_36/math.c b/dlls/d3dx9_36/math.c
index 8f5f5b2..7c037ed 100644
--- a/dlls/d3dx9_36/math.c
+++ b/dlls/d3dx9_36/math.c
@@ -750,7 +750,7 @@ D3DXMATRIX* WINAPI D3DXMatrixTransformation(D3DXMATRIX *pout, const D3DXVECTOR3
     D3DXQUATERNION prc;
     D3DXVECTOR3 psc, pt;
 
-    TRACE("pout %p, pscalingcenter %p, pscalingrotation %p, pscaling %p, protationcentr %p, protation %p, ptranslation %p\n",
+    TRACE("pout %p, pscalingcenter %p, pscalingrotation %p, pscaling %p, protationcenter %p, protation %p, ptranslation %p\n",
         pout, pscalingcenter, pscalingrotation, pscaling, protationcenter, protation, ptranslation);
 
     if ( !pscalingcenter )
-- 
2.7.4




More information about the wine-patches mailing list