gdiplus: Remove a duplicate word in a comment.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2017-07-06 12:23:04 +02:00 committed by Alexandre Julliard
parent 2d9089d8aa
commit 01c9fb96ad

View File

@ -188,8 +188,8 @@ static BOOL flatten_bezier(path_list_node_t *start, REAL x2, REAL y2, REAL x3, R
* NOTES * NOTES
* This functions takes the newfigure value of the given path into account, * This functions takes the newfigure value of the given path into account,
* i.e. the arc is connected to the end of the given path if it was set to * i.e. the arc is connected to the end of the given path if it was set to
* FALSE, otherwise the arc's first point gets the the PathPointTypeStart * FALSE, otherwise the arc's first point gets the PathPointTypeStart value.
* value. In both cases, the value of newfigure of the given path is FALSE * In both cases, the value of newfigure of the given path is FALSE
* afterwards. * afterwards.
*/ */
GpStatus WINGDIPAPI GdipAddPathArc(GpPath *path, REAL x1, REAL y1, REAL x2, GpStatus WINGDIPAPI GdipAddPathArc(GpPath *path, REAL x1, REAL y1, REAL x2,