Module: wine Branch: master Commit: b9c1e5ad321f0d612682de6a463fc47be64557e9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b9c1e5ad321f0d612682de6a46...
Author: André Hentschel nerv@dawncrow.de Date: Thu Mar 8 21:03:11 2012 +0100
ddraw: Fix a typo.
---
dlls/ddraw/light.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/ddraw/light.c b/dlls/ddraw/light.c index 4eeebd4..2d6a462 100644 --- a/dlls/ddraw/light.c +++ b/dlls/ddraw/light.c @@ -204,7 +204,7 @@ static HRESULT WINAPI IDirect3DLightImpl_SetLight(IDirect3DLight *iface, D3DLIGH return DDERR_INVALIDPARAMS;
if ( lpLight->dltType == D3DLIGHT_PARALLELPOINT ) - FIXME("D3DLIGHT_PARALLELPOINT no supported\n"); + FIXME("D3DLIGHT_PARALLELPOINT not supported\n");
/* Translate D3DLIGH2 structure to D3DLIGHT7 */ light7->dltType = lpLight->dltType;