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

oldstable
Francois Gouget 2013-04-03 16:07:13 +02:00 committed by Alexandre Julliard
parent b84d91dfec
commit 1891a89dd9
1 changed files with 1 additions and 1 deletions

View File

@ -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 */