aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 7010195..6f5ca80 100644
--- a/st.c
+++ b/st.c
@@ -436,7 +436,7 @@ typedef struct {
436 * the current length of used elements. 436 * the current length of used elements.
437 */ 437 */
438 438
439static Fontcache frc[2]; 439static Fontcache frc[1024];
440static int frccur = -1, frclen = 0; 440static int frccur = -1, frclen = 0;
441 441
442ssize_t 442ssize_t