Module: wine Branch: master Commit: 07436dd465a84dbff7a64a7f07d8cb4a1957be5b URL: http://source.winehq.org/git/wine.git/?a=commit;h=07436dd465a84dbff7a64a7f07...
Author: Francois Gouget fgouget@free.fr Date: Sat Jun 11 20:20:44 2011 +0200
d3dx9_36/tests: Add a '\n' to a trace() call.
---
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"); } }