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

Alexandre Julliard julliard at winehq.org
Tue Aug 31 11:15:56 CDT 2010


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Aug 31 11:53:36 2010 +0200

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

---

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

diff --git a/dlls/usp10/bidi.c b/dlls/usp10/bidi.c
index 0538fa5..9c5884d 100644
--- a/dlls/usp10/bidi.c
+++ b/dlls/usp10/bidi.c
@@ -750,7 +750,7 @@ BOOL BIDI_DetermineLevels(
 {
     WORD *chartype;
     unsigned baselevel = 0,j;
-    TRACE("%s, %d", debugstr_wn(lpString, uCount), uCount);
+    TRACE("%s, %d\n", debugstr_wn(lpString, uCount), uCount);
 
     chartype = HeapAlloc(GetProcessHeap(), 0, uCount * sizeof(WORD));
     if (!chartype)




More information about the wine-cvs mailing list