mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
d3d8: Fix '\n' typo.
This commit is contained in:
parent
2d9b68ee8e
commit
3adb46f050
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue