Commit 4b248447 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

wined3d: Fix '\n' typo.

parent 539a9624
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment