gdiplus: Fix a typo in struct GpAdjustableArrowCap.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Vincent Povirk <vincent@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
de030f4028
commit
bddba301be
|
@ -314,7 +314,7 @@ struct GpCustomLineCap{
|
||||||
REAL scale;
|
REAL scale;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct GpAdustableArrowCap{
|
struct GpAdjustableArrowCap{
|
||||||
GpCustomLineCap cap;
|
GpCustomLineCap cap;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue