ref: 3e1f7bc506652bbeb89632733430a72a92dde2cd
parent: 72a0653142420a060296ed261406ea61342fae8b
author: Alexei Podtelezhnikov <[email protected]>
date: Sat Jun 18 18:13:23 EDT 2016
Fresh typos.
--- a/src/raster/ftraster.c
+++ b/src/raster/ftraster.c
@@ -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
--- a/src/smooth/ftgrays.c
+++ b/src/smooth/ftgrays.c
@@ -408,7 +408,7 @@
/* 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