Francois Gouget : dplayx: Add a trailing '\n' to a TRACE().
Module: wine Branch: master Commit: 1891a89dd99b76566291d76dc0a1eded007bf866 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1891a89dd99b76566291d76dc0... Author: Francois Gouget <fgouget(a)free.fr> Date: Wed Apr 3 16:07:13 2013 +0200 dplayx: Add a trailing '\n' to a TRACE(). --- dlls/dplayx/dplay.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/dplayx/dplay.c b/dlls/dplayx/dplay.c index e96a1e2..4658f4e 100644 --- a/dlls/dplayx/dplay.c +++ b/dlls/dplayx/dplay.c @@ -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 */
participants (1)
-
Alexandre Julliard