wined3d: Fix '\n' typo.
This commit is contained in:
parent
539a96240a
commit
4b248447c0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue