Commit 053d521c authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ddrawex: Add a trailing '\n' to a Wine trace.

parent a17f4821
......@@ -1514,7 +1514,7 @@ IDirectDrawFactoryImpl_CreateDirectDraw(IDirectDrawFactory* iface,
IDirectDrawImpl *object = NULL;
IDirectDraw *parent = NULL;
TRACE("(%p)->(%s,%p,0x%08x,0x%08x,%p,%p)", iface, debugstr_guid(pGUID), hWnd, dwCoopLevelFlags,
TRACE("(%p)->(%s,%p,0x%08x,0x%08x,%p,%p)\n", iface, debugstr_guid(pGUID), hWnd, dwCoopLevelFlags,
dwReserved, pUnkOuter, ppDirectDraw);
if(pUnkOuter)
......
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