Francois Gouget : d3d8: Fix '\n' typo.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Oct 5 13:06:10 CDT 2006


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Oct  5 11:05:49 2006 +0200

d3d8: Fix '\n' typo.

---

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

diff --git a/dlls/d3d8/device.c b/dlls/d3d8/device.c
index e1bf420..832e01e 100644
--- a/dlls/d3d8/device.c
+++ b/dlls/d3d8/device.c
@@ -144,7 +144,7 @@ static HRESULT WINAPI IDirect3DDevice8Im
         FIXME("Call to IWineD3DDevice_GetDirect3D failed\n");
         *ppD3D8 = NULL;
     }
-    TRACE("(%p) returning %p\b",This , *ppD3D8);
+    TRACE("(%p) returning %p\n",This , *ppD3D8);
     return hr;
 }
 




More information about the wine-cvs mailing list