diff options
author | Tor Andersson <tor@ghostscript.com> | 2010-07-09 02:47:51 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2010-07-09 02:47:51 +0200 |
commit | 8d68dec4b460ac292ce0021717160a8cd9fcc8dd (patch) | |
tree | 322b0a32d97fa288fad5d0114561047bc1c4bf08 /draw | |
parent | 3a4c396334bc500de4c9b1e957f030835b5df65e (diff) | |
download | mupdf-8d68dec4b460ac292ce0021717160a8cd9fcc8dd.tar.xz |
Rearrange and merge some files in the fitz directory.
Diffstat (limited to 'draw')
-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; |