gdi32: Remove a space before '\n' in a trace.

Francois Gouget fgouget at free.fr
Wed Mar 28 03:01:23 CDT 2007


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

diff --git a/dlls/gdi32/path.c b/dlls/gdi32/path.c
index 59b4da9..af756b3 100644
--- a/dlls/gdi32/path.c
+++ b/dlls/gdi32/path.c
@@ -1845,7 +1845,7 @@ static BOOL PATH_WidenPath(DC *dc)
                 break;
             case PT_BEZIERTO:
                 /* should never happen because of the FlattenPath call */
-                ERR("Should never happen \n");
+                ERR("Should never happen\n");
                 break;
             default:
                 ERR("Got path flag %c\n", pPath->pFlags[i]);
-- 
1.4.4.4




More information about the wine-patches mailing list