d3dx9_36/tests: Add a '\n' to a trace() call.

Francois Gouget fgouget at free.fr
Sat Jun 11 13:20:44 CDT 2011


---
 dlls/d3dx9_36/tests/mesh.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/d3dx9_36/tests/mesh.c b/dlls/d3dx9_36/tests/mesh.c
index 9b924fd..668097f 100644
--- a/dlls/d3dx9_36/tests/mesh.c
+++ b/dlls/d3dx9_36/tests/mesh.c
@@ -1855,7 +1855,7 @@ static CALLBACK HRESULT ID3DXAllocateHierarchyImpl_CreateMeshContainer(ID3DXAllo
         } else {
             ok(mesh_data->Type == D3DXMESHTYPE_PATCHMESH, "Unknown mesh type %u\n", mesh_data->Type);
             if (mesh_data->Type == D3DXMESHTYPE_PATCHMESH)
-                trace("FIXME: copying adjacency data for patch mesh not implemented");
+                trace("FIXME: copying adjacency data for patch mesh not implemented\n");
         }
     }
 
-- 
1.7.5.3




More information about the wine-patches mailing list