diff options
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -436,7 +436,7 @@ typedef struct { * the current length of used elements. */ -static Fontcache frc[2048]; +static Fontcache frc[2]; static int frccur = -1, frclen = 0; ssize_t |