gdiplus: Fixed a typo.

oldstable
Evan Stade 2007-07-27 16:07:50 -07:00 committed by Alexandre Julliard
parent b6b7e915c3
commit 629e013d7f
1 changed files with 1 additions and 1 deletions

View File

@ -750,7 +750,7 @@ static GpStatus draw_poly(GpGraphics *graphics, GpPen *pen, GDIPCONST GpPointF *
&ptcopy[j - 1].X, &ptcopy[j - 1].Y,
pen->customstart->inset * pen->width);
draw_cap(graphics, pen->brush->lb.lbColor, pen->endcap, pen->width, pen->customstart,
draw_cap(graphics, pen->brush->lb.lbColor, pen->startcap, pen->width, pen->customstart,
pt[j].X, pt[j].Y, pt[j - 1].X,
pt[j - 1].Y);