plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit c3d31baca0a73a9e8033db8a0b47093233c636c1
parent 799f330f6de8ff65a7bdf7e0d1b12cd3c10981ba
Author: Gregor Best <gbe@unobtanium.de>
Date:   Thu,  4 Jun 2020 19:55:26 +0200

fontsrv: fix compilation on X11 (#420)


Diffstat:
Msrc/cmd/fontsrv/x11.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/cmd/fontsrv/x11.c b/src/cmd/fontsrv/x11.c @@ -61,6 +61,7 @@ load(XFont *f) FT_Error e; FT_ULong charcode; FT_UInt glyph_index; + int i; if(f->loaded) return;