Module: wine Branch: master Commit: e2e25eacd97177f6e6da0e7ac6247f10bc6ad472 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e2e25eacd97177f6e6da0e7ac6...
Author: Francois Gouget fgouget@free.fr Date: Thu Sep 20 21:35:07 2007 +0200
gdi32: Add a '\n' to a Wine trace.
---
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; }