mirror of https://github.com/freetype/freetype
* src/autofit/afmodule.c (af_autofitter_load_glyph): Shorten deref.
This commit is contained in:
parent
2488854056
commit
d42bffd4a0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue