ddraw: Fix a typo

André Hentschel nerv at dawncrow.de
Thu Mar 8 14:03:11 CST 2012


---
 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 172ac23..87f3a71 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;
-- 

Best Regards, André Hentschel
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Nachrichtenteil als Anhang
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20120308/e6512f0e/attachment.ksh>


More information about the wine-patches mailing list