* src/autofit/afmodule.c (af_autofitter_load_glyph): Shorten deref.

This commit is contained in:
Alexei Podtelezhnikov 2024-07-28 20:32:41 -04:00
parent 2488854056
commit d42bffd4a0
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@
AF_Module module = (AF_Module)module_;
FT_Error error = FT_Err_Ok;
FT_Memory memory = module->root.library->memory;
FT_Memory memory = module->root.memory;
#ifdef FT_DEBUG_AUTOFIT