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

Alexandre Julliard julliard at winehq.org
Wed Dec 17 09:39:51 CST 2008


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Dec 17 10:26:40 2008 +0100

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

---

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

diff --git a/dlls/dmloader/loader.c b/dlls/dmloader/loader.c
index f97a230..059760a 100644
--- a/dlls/dmloader/loader.c
+++ b/dlls/dmloader/loader.c
@@ -26,7 +26,7 @@ static HRESULT DMUSIC_GetLoaderSettings (LPDIRECTMUSICLOADER8 iface, REFGUID pCl
 static HRESULT DMUSIC_SetLoaderSettings (LPDIRECTMUSICLOADER8 iface, REFGUID pClassID, WCHAR* wszSearchPath, LPBOOL pbCache);
 
 static HRESULT DMUSIC_CopyDescriptor (LPDMUS_OBJECTDESC pDst, LPDMUS_OBJECTDESC pSrc) {
-	TRACE(": copy \n%s", debugstr_DMUS_OBJECTDESC(pSrc));
+	TRACE(": copy \n%s\n", debugstr_DMUS_OBJECTDESC(pSrc));
 	/* copy field by field */
 	if (pSrc->dwValidData & DMUS_OBJ_CLASS) pDst->guidClass = pSrc->guidClass;
 	if (pSrc->dwValidData & DMUS_OBJ_OBJECT) pDst->guidObject = pSrc->guidObject;




More information about the wine-cvs mailing list