Commit 3adb46f0 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

d3d8: Fix '\n' typo.

parent 2d9b68ee
......@@ -144,7 +144,7 @@ static HRESULT WINAPI IDirect3DDevice8Impl_GetDirect3D(LPDIRECT3DDEVICE8 iface,
FIXME("Call to IWineD3DDevice_GetDirect3D failed\n");
*ppD3D8 = NULL;
}
TRACE("(%p) returning %p\b",This , *ppD3D8);
TRACE("(%p) returning %p\n",This , *ppD3D8);
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