; * src/sfntfont.c (sfntfont_close): Fix warning w/o mmap.
This commit is contained in:
parent
8fbac937fb
commit
4e05371fd1
1 changed files with 2 additions and 1 deletions
|
@ -2663,8 +2663,9 @@ sfntfont_text_extents (struct font *font, const unsigned int *code,
|
|||
void
|
||||
sfntfont_close (struct font *font)
|
||||
{
|
||||
struct sfnt_font_info *info, **next;
|
||||
struct sfnt_font_info *info;
|
||||
#ifdef HAVE_MMAP
|
||||
struct sfnt_font_info **next;
|
||||
int rc;
|
||||
#endif /* HAVE_MMAP */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue