d3d8: Fix '\n' typo.

Francois Gouget fgouget at free.fr
Thu Oct 5 04:05:49 CDT 2006


---
 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;
 }
 
-- 
1.4.1.1




More information about the wine-patches mailing list