David Adam : d3drm: Remove a useless comment.
Module: wine Branch: master Commit: 668ddfba33091891b16c49ab0eb10038229c8f18 URL: http://source.winehq.org/git/wine.git/?a=commit;h=668ddfba33091891b16c49ab0e... Author: David Adam <david.adam.cnrs(a)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)) {
participants (1)
-
Alexandre Julliard