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:
Andrey Gusev 2016-06-03 18:11:53 +03:00 committed by Alexandre Julliard
parent de030f4028
commit bddba301be
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ struct GpCustomLineCap{
REAL scale;
};
struct GpAdustableArrowCap{
struct GpAdjustableArrowCap{
GpCustomLineCap cap;
};