Fresh typos.

This commit is contained in:
Alexei Podtelezhnikov 2016-06-18 22:13:23 -04:00
parent 72a0653142
commit 3e1f7bc506
2 changed files with 2 additions and 2 deletions

View File

@ -459,7 +459,7 @@
#if FT_RENDER_POOL_SIZE > 2048
#define FT_MAX_BLACK_POOL ( FT_RENDER_POOL_SIZE / sizeof ( Long ) )
#elif
#else
#define FT_MAX_BLACK_POOL ( 2048 / sizeof ( Long ) )
#endif

View File

@ -408,7 +408,7 @@ typedef ptrdiff_t FT_PtrDist;
/* maximum number of gray cells in the buffer */
#if FT_RENDER_POOL_SIZE > 2048
#define FT_MAX_GRAY_POOL ( FT_RENDER_POOL_SIZE / sizeof ( TCell ) )
#elif
#else
#define FT_MAX_GRAY_POOL ( 2048 / sizeof ( TCell ) )
#endif