[v2 PATCH] include/dwrite_1.idl: Fix typo in DWRITE_PANOSE_STROKE_VARIATION symbol name.

Nikolay Sivov nsivov at codeweavers.com
Wed May 13 17:48:08 CDT 2020


From: Biswapriyo Nath <nathbappai at gmail.com>

Signed-off-by: Biswapriyo Nath <nathbappai at gmail.com>
Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---

v2: with more descriptive subject

 include/dwrite_1.idl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/dwrite_1.idl b/include/dwrite_1.idl
index c00e922076f..902af41a85e 100644
--- a/include/dwrite_1.idl
+++ b/include/dwrite_1.idl
@@ -114,7 +114,7 @@ typedef enum DWRITE_PANOSE_STROKE_VARIATION
     DWRITE_PANOSE_STROKE_VARIATION_RAPID_HORIZONTAL,
     DWRITE_PANOSE_STROKE_VARIATION_INSTANT_VERTICAL,
     DWRITE_PANOSE_STROKE_VARIATION_INSTANT_HORIZONTAL
-} DWRITE_PANOSE_STROKE_VARIANTION;
+} DWRITE_PANOSE_STROKE_VARIATION;
 
 typedef enum DWRITE_PANOSE_ARM_STYLE
 {
-- 
2.26.2




More information about the wine-devel mailing list