gdiplus: Add a trailing linefeed to an ERR() message.

Francois Gouget fgouget at free.fr
Thu Sep 7 19:13:17 CDT 2017


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/gdiplus/graphics.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/gdiplus/graphics.c b/dlls/gdiplus/graphics.c
index ea02c6b28d8..9ca1d4e4329 100644
--- a/dlls/gdiplus/graphics.c
+++ b/dlls/gdiplus/graphics.c
@@ -6668,7 +6668,7 @@ GpStatus gdi_transform_release(GpGraphics *graphics)
 {
     if (graphics->gdi_transform_acquire_count <= 0)
     {
-        ERR("called without matching gdi_transform_acquire");
+        ERR("called without matching gdi_transform_acquire\n");
         return GenericError;
     }
     if (graphics->gdi_transform_acquire_count == 1 && graphics->hdc)
-- 
2.14.1




More information about the wine-patches mailing list