summaryrefslogtreecommitdiff
path: root/draw
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-07-09 02:47:51 +0200
committerTor Andersson <tor@ghostscript.com>2010-07-09 02:47:51 +0200
commit8d68dec4b460ac292ce0021717160a8cd9fcc8dd (patch)
tree322b0a32d97fa288fad5d0114561047bc1c4bf08 /draw
parent3a4c396334bc500de4c9b1e957f030835b5df65e (diff)
downloadmupdf-8d68dec4b460ac292ce0021717160a8cd9fcc8dd.tar.xz
Rearrange and merge some files in the fitz directory.
Diffstat (limited to 'draw')
-rw-r--r--draw/glyphcache.c2
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;