Module: wine Branch: master Commit: 4b248447c002de88e9ec1248cb31ca1deb1380e8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4b248447c002de88e9ec1248cb...
Author: Francois Gouget fgouget@free.fr Date: Fri Oct 6 12:54:00 2006 +0200
wined3d: Fix '\n' typo.
---
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;