d3d8: Fix '\n' typo.
This commit is contained in:
parent
2d9b68ee8e
commit
3adb46f050
|
@ -144,7 +144,7 @@ static HRESULT WINAPI IDirect3DDevice8Impl_GetDirect3D(LPDIRECT3DDEVICE8 iface,
|
||||||
FIXME("Call to IWineD3DDevice_GetDirect3D failed\n");
|
FIXME("Call to IWineD3DDevice_GetDirect3D failed\n");
|
||||||
*ppD3D8 = NULL;
|
*ppD3D8 = NULL;
|
||||||
}
|
}
|
||||||
TRACE("(%p) returning %p\b",This , *ppD3D8);
|
TRACE("(%p) returning %p\n",This , *ppD3D8);
|
||||||
return hr;
|
return hr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue