ddrawex: Add a trailing '\n' to a Wine trace.

Francois Gouget fgouget at free.fr
Wed Jan 14 07:15:45 CST 2009


---
 dlls/ddrawex/ddraw.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ddrawex/ddraw.c b/dlls/ddrawex/ddraw.c
index 3fabc04..32fd7a6 100644
--- a/dlls/ddrawex/ddraw.c
+++ b/dlls/ddrawex/ddraw.c
@@ -1514,7 +1514,7 @@ IDirectDrawFactoryImpl_CreateDirectDraw(IDirectDrawFactory* iface,
     IDirectDrawImpl *object = NULL;
     IDirectDraw *parent = NULL;
 
-    TRACE("(%p)->(%s,%p,0x%08x,0x%08x,%p,%p)", iface, debugstr_guid(pGUID), hWnd, dwCoopLevelFlags,
+    TRACE("(%p)->(%s,%p,0x%08x,0x%08x,%p,%p)\n", iface, debugstr_guid(pGUID), hWnd, dwCoopLevelFlags,
           dwReserved, pUnkOuter, ppDirectDraw);
 
     if(pUnkOuter)
-- 
1.5.6.5




More information about the wine-patches mailing list