dplayx: Add a trailing '\n' to a TRACE().
This commit is contained in:
parent
b84d91dfec
commit
1891a89dd9
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue