d3dx9_36: Add a trailing '\n' to an ERR() call.

oldstable
Francois Gouget 2011-07-17 10:18:04 +02:00 committed by Alexandre Julliard
parent 3726670098
commit e0711b195d
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@ static HRESULT WINAPI ID3DXMeshImpl_ConvertAdjacencyToPointReps(ID3DXMesh *iface
/* Should never happen as CreateMesh does not allow meshes with 0 faces */
if (This->numfaces == 0)
{
ERR("Number of faces was zero.");
ERR("Number of faces was zero.\n");
hr = D3DERR_INVALIDCALL;
goto cleanup;
}