forked from minhngoc25a/freetype2
Fresh typos.
This commit is contained in:
parent
72a0653142
commit
3e1f7bc506
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue