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

Alexandre Julliard julliard at winehq.org
Wed Apr 3 14:33:55 CDT 2013


Module: wine
Branch: master
Commit: 1891a89dd99b76566291d76dc0a1eded007bf866
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1891a89dd99b76566291d76dc0a1eded007bf866

Author: Francois Gouget <fgouget at 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 */




More information about the wine-cvs mailing list