Commit c9f729c2 authored by John Voltz's avatar John Voltz Committed by Alexandre Julliard

gdi32: Fix typo in enhanced metafile Arc function.

parent 2a52bb82
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment