Commit a9f6f04e5671dc5c8961bc89ab343406259dd3cd

Alexei Podtelezhnikov 2015-09-04T22:28:13

[autofit] Missing piece.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/autofit/hbshim.c b/src/autofit/hbshim.c
index 692671e..7a45059 100644
--- a/src/autofit/hbshim.c
+++ b/src/autofit/hbshim.c
@@ -509,7 +509,7 @@
   FT_Error
   af_get_coverage( AF_FaceGlobals  globals,
                    AF_StyleClass   style_class,
-                   FT_Byte*        gstyles )
+                   FT_UShort*      gstyles )
   {
     FT_UNUSED( globals );
     FT_UNUSED( style_class );