gdi32: Add a '\n' to a Wine trace.

Francois Gouget fgouget at free.fr
Thu Sep 20 14:35:07 CDT 2007


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

diff --git a/dlls/gdi32/bidi.c b/dlls/gdi32/bidi.c
index 5993e92..adffedc 100644
--- a/dlls/gdi32/bidi.c
+++ b/dlls/gdi32/bidi.c
@@ -1067,7 +1067,7 @@ BOOL BIDI_Reorder(
 
     if (uCountOut < uCount)
     {
-        FIXME("lpOutString too small");
+        FIXME("lpOutString too small\n");
         return FALSE;
     }
 
-- 
1.5.2.4



More information about the wine-patches mailing list