wined3d: Fix '\n' typo.

This commit is contained in:
Francois Gouget 2006-10-06 12:54:00 +02:00 committed by Alexandre Julliard
parent 539a96240a
commit 4b248447c0
1 changed files with 1 additions and 1 deletions

View File

@ -1508,7 +1508,7 @@ static HRESULT WINAPI IWineD3DImpl_CheckDepthStencilMatch(IWineD3D *iface, UINT
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;