David Adam : d3drm: Remove a useless comment.

Alexandre Julliard julliard at winehq.org
Mon May 24 11:30:51 CDT 2010


Module: wine
Branch: master
Commit: 668ddfba33091891b16c49ab0eb10038229c8f18
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=668ddfba33091891b16c49ab0eb10038229c8f18

Author: David Adam <david.adam.cnrs at gmail.com>
Date:   Sun May 23 05:29:06 2010 +0200

d3drm: Remove a useless comment.

---

 dlls/d3drm/meshbuilder.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/d3drm/meshbuilder.c b/dlls/d3drm/meshbuilder.c
index c1874bd..bd5af1b 100644
--- a/dlls/d3drm/meshbuilder.c
+++ b/dlls/d3drm/meshbuilder.c
@@ -563,7 +563,7 @@ static HRESULT WINAPI IDirect3DRMMeshBuilderImpl_Load(IDirect3DRMMeshBuilder* if
             goto end;
         }
 
-        FIXME("toto: Found object type whose GUID = %s\n", debugstr_guid(pGuid));
+        FIXME("Found object type whose GUID = %s\n", debugstr_guid(pGuid));
 
         if (!IsEqualGUID(pGuid, &TID_D3DRMMeshNormals))
         {




More information about the wine-cvs mailing list