[PATCH] include/dwrite_1.idl: fix typo

Biswapriyo Nath nathbappai at gmail.com
Wed May 13 13:02:20 CDT 2020


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20200513/a098aae0/attachment.htm>
-------------- next part --------------
From e440c33c8dda397fdafa87f33b8739b0281a4e30 Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath <nathbappai at gmail.com>
Date: Wed, 13 May 2020 23:28:03 +0530
Subject: [PATCH] include/dwrite_1.idl: fix typo

Signed-off-by: Biswapriyo Nath <nathbappai at gmail.com>
---
 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 c00e922..902af41 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