d3d8: Fix wrong function name in FIXME.

This commit is contained in:
Markus Amsler 2006-10-17 00:40:29 +02:00 committed by Alexandre Julliard
parent 7eea8b9312
commit dd8682e9c5
1 changed files with 1 additions and 1 deletions

View File

@ -699,7 +699,7 @@ static HRESULT WINAPI IDirect3DDevice8Impl_GetDepthStencilSurface(LPDIRECT3DDE
IWineD3DResource_GetParent((IWineD3DResource *)pZStencilSurface,(IUnknown**)ppZStencilSurface);
IWineD3DResource_Release((IWineD3DResource *)pZStencilSurface);
}else{
FIXME("Call to IWineD3DDevice_GetRenderTarget failed\n");
FIXME("Call to IWineD3DDevice_GetDepthStencilSurface failed\n");
*ppZStencilSurface = NULL;
}