summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2017-08-03 17:52:28 +0100
committerBehdad Esfahbod <behdad@behdad.org>2017-08-04 12:23:28 +0100
commit9bb36b42c9df42fb813d5fb3387d515667e859e0 (patch)
treef0d53db52720003df6bbaf4f29041ca36242312f
parent064440d59797b1158badfb9144f3188cda11a791 (diff)
Minor
-rw-r--r--src/fcfreetype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fcfreetype.c b/src/fcfreetype.c
index b4d926d4..2363bafb 100644
--- a/src/fcfreetype.c
+++ b/src/fcfreetype.c
@@ -1274,7 +1274,7 @@ FcFreeTypeQueryFace (const FT_Face face,
/*
* Get the OS/2 table
*/
- os2 = (TT_OS2 *) FT_Get_Sfnt_Table (face, ft_sfnt_os2);
+ os2 = (TT_OS2 *) FT_Get_Sfnt_Table (face, FT_SFNT_OS2);
/*
* Look first in the OS/2 table for the foundry, if