projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[NtGdi]
[reactos.git]
/
reactos
/
win32ss
/
gdi
/
ntgdi
/
path.c
diff --git
a/reactos/win32ss/gdi/ntgdi/path.c
b/reactos/win32ss/gdi/ntgdi/path.c
index
324cbe0
..
61de877
100644
(file)
--- a/
reactos/win32ss/gdi/ntgdi/path.c
+++ b/
reactos/win32ss/gdi/ntgdi/path.c
@@
-1702,7
+1702,7
@@
end:
POINT pt;
IntGetCurrentPositionEx(dc, &pt);
IntDPtoLP(dc, &pt, 1);
- IntGdiMoveToEx(dc, pt.x, pt.y, NULL
, FALSE
);
+ IntGdiMoveToEx(dc, pt.x, pt.y, NULL);
}
DPRINT("Leave %s, ret=%d\n", __FUNCTION__, ret);
return ret;