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

Francois Gouget fgouget at free.fr
Wed Apr 3 09:07:13 CDT 2013


---
 dlls/dplayx/dplay.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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




More information about the wine-patches mailing list