mirror of
git://git.sv.nongnu.org/freetype/freetype2.git
synced 2026-01-19 04:52:09 +00:00
Typo.
This commit is contained in:
@@ -348,7 +348,7 @@
|
||||
|
||||
/* XXX: We reserve a little more elements on the stack to deal safely */
|
||||
/* with broken fonts like arialbs, courbs, timesbs, etc. */
|
||||
stackSize = face->max_profile.maxStackElements + 32.
|
||||
stackSize = face->max_profile.maxStackElements + 32;
|
||||
if ( FT_QRENEW_ARRAY( exec->stack, exec->stackSize, stackSize ) )
|
||||
return error;
|
||||
exec->stackSize = stackSize;
|
||||
|
||||
Reference in New Issue
Block a user