Module: wine Branch: master Commit: 489bd52afff56727a99da8e0e06ccf27cce8c043 URL: http://source.winehq.org/git/wine.git/?a=commit;h=489bd52afff56727a99da8e0e0...
Author: Francois Gouget fgouget@free.fr Date: Mon Jun 15 11:00:03 2009 +0200
gdiplus: Remove spaces before '\n's.
---
dlls/gdiplus/graphics.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/gdiplus/graphics.c b/dlls/gdiplus/graphics.c index 85ecf43..a9adac1 100644 --- a/dlls/gdiplus/graphics.c +++ b/dlls/gdiplus/graphics.c @@ -3875,6 +3875,6 @@ GpStatus WINGDIPAPI GdipDrawDriverString(GpGraphics *graphics, GDIPCONST UINT16 GDIPCONST PointF *positions, INT flags, GDIPCONST GpMatrix *matrix ) { - FIXME("(%p %p %d %p %p %p %d %p): stub \n", graphics, text, length, font, brush, positions, flags, matrix); + FIXME("(%p %p %d %p %p %p %d %p): stub\n", graphics, text, length, font, brush, positions, flags, matrix); return NotImplemented; }