Commit 1891a89d authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent b84d91df
......@@ -610,7 +610,7 @@ static HRESULT WINAPI IDirectPlay4Impl_Close( IDirectPlay4 *iface )
IDirectPlayImpl *This = impl_from_IDirectPlay4( iface );
HRESULT hr = DP_OK;
TRACE( "(%p)", This );
TRACE( "(%p)\n", This );
/* FIXME: Need to find a new host I assume (how?) */
/* FIXME: Need to destroy all local groups */
......
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