mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-05 17:08:00 +02:00
* src/cache/ftccache.c (ftc_node_hash_unlink): Minor.
This commit is contained in:
parent
345f88109b
commit
9127c68f59
1 changed files with 1 additions and 1 deletions
2
src/cache/ftccache.c
vendored
2
src/cache/ftccache.c
vendored
|
|
@ -239,7 +239,7 @@
|
|||
if ( node == node0 )
|
||||
break;
|
||||
|
||||
pnode = &(*pnode)->link;
|
||||
pnode = &node->link;
|
||||
}
|
||||
|
||||
*pnode = node0->link;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue