mirror of
https://github.com/reactos/reactos.git
synced 2026-06-22 02:12:49 +08:00
Fix a typo
svn path=/trunk/; revision=25250
This commit is contained in:
@@ -774,7 +774,7 @@ NtGdiPolyDraw(
|
||||
POINT pts[4];
|
||||
pts[0].x = dc->w.CursPosX;
|
||||
pts[0].y = dc->w.CursPosY;
|
||||
RtlCopyMemory(pts + 1, lppt, sizeof(POINT) * 3);
|
||||
RtlCopyMemory(pts + 1, &lppt[i], sizeof(POINT) * 3);
|
||||
IntGdiPolyBezier(dc, pts, 4);
|
||||
i += 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user