gdiplus: Add missing '\n' in Wine trace.

Francois Gouget fgouget at free.fr
Tue Jun 12 10:50:06 CDT 2007


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

diff --git a/dlls/gdiplus/gdiplus.c b/dlls/gdiplus/gdiplus.c
index 6b2683a..7ebd848 100644
--- a/dlls/gdiplus/gdiplus.c
+++ b/dlls/gdiplus/gdiplus.c
@@ -55,10 +55,10 @@ Status WINAPI GdiplusStartup(ULONG_PTR *token, const struct GdiplusStartupInput
         return UnsupportedGdiplusVersion;
     } else if ((input->DebugEventCallback) ||
         (input->SuppressBackgroundThread) || (input->SuppressExternalCodecs)){
-        FIXME("Unimplemented for non-default GdiplusStartupInput");
+        FIXME("Unimplemented for non-default GdiplusStartupInput\n");
         return NotImplemented;
     } else if(output) {
-        FIXME("Unimplemented for non-null GdiplusStartupOutput");
+        FIXME("Unimplemented for non-null GdiplusStartupOutput\n");
         return NotImplemented;
     }
 
-- 
1.4.4.4




More information about the wine-patches mailing list