Module: wine Branch: master Commit: 8d9fbef94f1d673590f30a39258e12e5e03dd613 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8d9fbef94f1d673590f30a3925...
Author: Francois Gouget fgouget@free.fr Date: Wed Mar 28 10:01:23 2007 +0200
gdi32: Remove a space before '\n' in a trace.
---
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]);