Francois Gouget : d3dx9_36: Add a trailing '\n' to a TRACE().

Alexandre Julliard julliard at winehq.org
Thu Apr 18 13:57:26 CDT 2013


Module: wine
Branch: master
Commit: 2dc02352726e9278f2970346ee2f38f9b007f425
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=2dc02352726e9278f2970346ee2f38f9b007f425

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Apr 18 18:58:27 2013 +0200

d3dx9_36: Add a trailing '\n' to a TRACE().

---

 dlls/d3dx9_36/math.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/d3dx9_36/math.c b/dlls/d3dx9_36/math.c
index 207d152..b60cb89 100644
--- a/dlls/d3dx9_36/math.c
+++ b/dlls/d3dx9_36/math.c
@@ -1793,7 +1793,7 @@ D3DXVECTOR2* WINAPI D3DXVec2TransformNormal(D3DXVECTOR2 *pout, const D3DXVECTOR2
 {
     const D3DXVECTOR2 v = *pv;
 
-    TRACE("pout %p, pv %p, pm %p", pout, pv, pm);
+    TRACE("pout %p, pv %p, pm %p\n", pout, pv, pm);
 
     pout->x = pm->u.m[0][0] * v.x + pm->u.m[1][0] * v.y;
     pout->y = pm->u.m[0][1] * v.x + pm->u.m[1][1] * v.y;




More information about the wine-cvs mailing list