mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
Fix a typo
svn path=/trunk/; revision=25250
This commit is contained in:
parent
34444545a2
commit
1282be6796
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue