In function FT_New_Memory, added a missing `}'.
This commit is contained in:
parent
d4b4ccb8b3
commit
3f154085ed
@ -292,6 +292,7 @@
|
||||
|
||||
memory = (FT_Memory)malloc( sizeof ( *memory ) );
|
||||
if ( memory )
|
||||
{
|
||||
memory->user = 0;
|
||||
memory->alloc = ft_alloc;
|
||||
memory->realloc = ft_realloc;
|
||||
|
Loading…
Reference in New Issue
Block a user