gdi32: Fix typo in enhanced metafile Arc function.

This commit is contained in:
John Voltz 2010-06-01 09:16:23 -04:00 committed by Alexandre Julliard
parent 2a52bb82f2
commit c9f729c2f7
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ EMFDRV_ArcChordPie( PHYSDEV dev, INT left, INT top, INT right, INT bottom,
emr.ptlStart.x = xstart;
emr.ptlStart.y = ystart;
emr.ptlEnd.x = xend;
emr.ptlEnd.x = yend;
emr.ptlEnd.y = yend;
/* Now calculate the BBox */