fixing typo preventing compilation in non-debugging modes
This commit is contained in:
parent
11cfdd04a2
commit
88027fdde4
|
@ -42,6 +42,7 @@
|
|||
|
||||
|
||||
#include <ft2build.h>
|
||||
#include FT_FREETYPE_H
|
||||
#include FT_INTERNAL_DEBUG_H
|
||||
|
||||
|
||||
|
@ -185,7 +186,7 @@
|
|||
#else /* !FT_DEBUG_LEVEL_TRACE */
|
||||
|
||||
FT_BASE_DEF( void )
|
||||
ft_debut_init( void )
|
||||
ft_debug_init( void )
|
||||
{
|
||||
/* nothing */
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue