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

Alexandre Julliard julliard at winehq.org
Wed Jan 14 09:03:43 CST 2009


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Jan 14 14:15:45 2009 +0100

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

---

 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 9014033..b581529 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)




More information about the wine-cvs mailing list