Commit 381d73e4 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 219eaf6c
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment