d3dx9_36: Add a trailing '\n' to a TRACE().

This commit is contained in:
Francois Gouget 2010-03-20 15:25:25 +01:00 committed by Alexandre Julliard
parent 219eaf6ce4
commit 381d73e423
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ HRESULT WINAPI D3DXFindShaderComment(CONST DWORD* byte_code, DWORD fourcc, LPCVO
{
CONST DWORD *ptr = byte_code;
TRACE("(%p, %x, %p, %p)", byte_code, fourcc, data, size);
TRACE("(%p, %x, %p, %p)\n", byte_code, fourcc, data, size);
if (!byte_code)
return D3DERR_INVALIDCALL;