diff options
author | Christoph Lohmann <20h@r-36.net> | 2013-01-05 20:30:25 +0100 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2013-01-05 20:30:25 +0100 |
commit | c772a6e5719aa24d10d664262383b76a36e3458b (patch) | |
tree | ea15607d342c6f0c2340749632565e1910eefda3 /st.c | |
parent | 4682cc9596a5c82325882bdf1313728de95467d2 (diff) | |
download | st-c772a6e5719aa24d10d664262383b76a36e3458b.tar.gz st-c772a6e5719aa24d10d664262383b76a36e3458b.zip |
Applying the changes to the docs; by Peter Hartman.
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -436,7 +436,7 @@ typedef struct { | |||
436 | * the current length of used elements. | 436 | * the current length of used elements. |
437 | */ | 437 | */ |
438 | 438 | ||
439 | static Fontcache frc[2048]; | 439 | static Fontcache frc[2]; |
440 | static int frccur = -1, frclen = 0; | 440 | static int frccur = -1, frclen = 0; |
441 | 441 | ||
442 | ssize_t | 442 | ssize_t |