Andrey Gusev : gdiplus: Fix a typo in struct GpAdjustableArrowCap.
Module: wine Branch: master Commit: bddba301bee3ba2264921736de8bbda1266bab80 URL: http://source.winehq.org/git/wine.git/?a=commit;h=bddba301bee3ba2264921736de... Author: Andrey Gusev <andrey.goosev(a)gmail.com> Date: Fri Jun 3 18:11:53 2016 +0300 gdiplus: Fix a typo in struct GpAdjustableArrowCap. Signed-off-by: Andrey Gusev <andrey.goosev(a)gmail.com> Signed-off-by: Vincent Povirk <vincent(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/gdiplus/gdiplus_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/gdiplus/gdiplus_private.h b/dlls/gdiplus/gdiplus_private.h index 10092f1..9b29d88 100644 --- a/dlls/gdiplus/gdiplus_private.h +++ b/dlls/gdiplus/gdiplus_private.h @@ -314,7 +314,7 @@ struct GpCustomLineCap{ REAL scale; }; -struct GpAdustableArrowCap{ +struct GpAdjustableArrowCap{ GpCustomLineCap cap; };
participants (1)
-
Alexandre Julliard