Andrey Gusev : gdiplus: Fix a typo in struct GpAdjustableArrowCap.

Alexandre Julliard julliard at winehq.org
Mon Jun 6 10:19:51 CDT 2016


Module: wine
Branch: master
Commit: bddba301bee3ba2264921736de8bbda1266bab80
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=bddba301bee3ba2264921736de8bbda1266bab80

Author: Andrey Gusev <andrey.goosev at 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 at gmail.com>
Signed-off-by: Vincent Povirk <vincent at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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;
 };
 




More information about the wine-cvs mailing list