mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 08:30:21 +00:00
- Fix Typo.
svn path=/trunk/; revision=39063
This commit is contained in:
parent
543ed8edd0
commit
9e98d00b9b
1 changed files with 1 additions and 1 deletions
|
@ -2968,7 +2968,7 @@ ftGdiGetKerningPairs( PFONTGDI Font,
|
|||
|
||||
char_previous = char_code = FT_Get_First_Char(face, &glyph_index);
|
||||
|
||||
IntUnLockFreeType;
|
||||
IntLockFreeType;
|
||||
|
||||
while (glyph_index)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue