In function FTC_ChunkSet_Destroy, changed manaher' to
manager'. Just
a fix for a silly typo.
This commit is contained in:
parent
ece6379859
commit
6043b2404e
1 changed files with 1 additions and 1 deletions
2
src/cache/ftcchunk.c
vendored
2
src/cache/ftcchunk.c
vendored
|
@ -184,7 +184,7 @@
|
|||
lrunode = FTC_CHUNKNODE_TO_LRUNODE( node );
|
||||
|
||||
manager->num_bytes -= clazz->size_node( node );
|
||||
manaher->num_nodes --;
|
||||
manager->num_nodes --;
|
||||
|
||||
FT_List_Remove( glyphs_lru, lrunode );
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue