diff options
Diffstat (limited to 'draw/glyphcache.c')
-rw-r--r-- | draw/glyphcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/draw/glyphcache.c b/draw/glyphcache.c index e98373d9..10991bbf 100644 --- a/draw/glyphcache.c +++ b/draw/glyphcache.c @@ -33,7 +33,7 @@ fz_newglyphcache(void) return cache; } -void +static void fz_evictglyphcache(fz_glyphcache *cache) { fz_glyphkey *key; |