diff options
Diffstat (limited to 'modules/basic/basic-x.c')
-rw-r--r-- | modules/basic/basic-x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/basic/basic-x.c b/modules/basic/basic-x.c index c0a45b2f..47f4e0a2 100644 --- a/modules/basic/basic-x.c +++ b/modules/basic/basic-x.c @@ -199,7 +199,7 @@ char_cache_free (CharCache *cache) g_free (cache); } -PangoGlyph +static PangoGlyph find_char (CharCache *cache, PangoFont *font, gunichar wc, const char *input) { int mask_index; |