- Fix Typo.
authorMichael Martin <michael.martin@reactos.org>
Sat, 24 Jan 2009 15:52:46 +0000 (15:52 +0000)
committerMichael Martin <michael.martin@reactos.org>
Sat, 24 Jan 2009 15:52:46 +0000 (15:52 +0000)
svn path=/trunk/; revision=39063

reactos/subsystems/win32/win32k/objects/freetype.c

index d845f04..061c8b2 100644 (file)
@@ -2968,7 +2968,7 @@ ftGdiGetKerningPairs( PFONTGDI Font,
 
         char_previous = char_code = FT_Get_First_Char(face, &glyph_index);
 
-        IntUnLockFreeType;
+        IntLockFreeType;
 
         while (glyph_index)
         {