mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
gdi32: Fix typo in enhanced metafile Arc function.
This commit is contained in:
parent
2a52bb82f2
commit
c9f729c2f7
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user