wined3d: Fix '\n' typo.

Francois Gouget fgouget at free.fr
Fri Oct 6 05:54:00 CDT 2006


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

diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c
index 33b4fb5..bf2f059 100644
--- a/dlls/wined3d/directx.c
+++ b/dlls/wined3d/directx.c
@@ -1508,7 +1508,7 @@ static HRESULT WINAPI IWineD3DImpl_Check
         WineD3D_ReleaseFakeGLContext(ctx);
 
     if (hr != WINED3D_OK)
-        TRACE_(d3d_caps)("Failed to match stencil format to device\b");
+        TRACE_(d3d_caps)("Failed to match stencil format to device\n");
 
     TRACE_(d3d_caps)("(%p) : Returning %x\n", This, hr);
     return hr;
-- 
1.4.1.1




More information about the wine-patches mailing list