In function FT_New_Memory, added a missing `}'.

This commit is contained in:
Tom Kacvinsky 2001-10-24 14:43:40 +00:00
parent aa007cd2ed
commit 7bb9276686
1 changed files with 1 additions and 0 deletions

View File

@ -292,6 +292,7 @@
memory = (FT_Memory)malloc( sizeof ( *memory ) );
if ( memory )
{
memory->user = 0;
memory->alloc = ft_alloc;
memory->realloc = ft_realloc;