fixing typo preventing compilation in non-debugging modes

david-pic-changes VER-2-1-0
David Turner 23 years ago
parent 11cfdd04a2
commit 88027fdde4
  1. 4
      src/base/Jamfile
  2. 3
      src/base/ftdebug.c

@ -23,8 +23,8 @@ SubDirHdrs [ FT2_SubDir src base ] ;
# Add the optional/replaceable files.
#
Library $(FT2_LIB) : ftsystem.c ftinit.c ftglyph.c ftmm.c
ftbbox.c ftdebug.c ;
Library $(FT2_LIB) : ftsystem.c ftinit.c ftglyph.c ftmm.c
ftbbox.c ftdebug.c ;
# Add Macintosh-specific file to the library when necessary.
#

@ -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…
Cancel
Save