mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-07 18:08:02 +02:00
In function FT_New_Memory, added a missing `}'.
This commit is contained in:
parent
d4b4ccb8b3
commit
3f154085ed
1 changed files with 1 additions and 0 deletions
|
|
@ -292,6 +292,7 @@
|
|||
|
||||
memory = (FT_Memory)malloc( sizeof ( *memory ) );
|
||||
if ( memory )
|
||||
{
|
||||
memory->user = 0;
|
||||
memory->alloc = ft_alloc;
|
||||
memory->realloc = ft_realloc;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue