diff options
Diffstat (limited to 'modules/hebrew/hebrew-x.c')
-rw-r--r-- | modules/hebrew/hebrew-x.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/hebrew/hebrew-x.c b/modules/hebrew/hebrew-x.c index 3a3eb338..dba246e0 100644 --- a/modules/hebrew/hebrew-x.c +++ b/modules/hebrew/hebrew-x.c @@ -258,9 +258,10 @@ add_cluster(HebrewFontInfo *font_info, } } -gint get_glyph_num(HebrewFontInfo *font_info, - PangoFont *font, - gunichar uch) +static gint +get_glyph_num(HebrewFontInfo *font_info, + PangoFont *font, + gunichar uch) { if (font_info->type == HEBREW_FONT_ISO8859_8) { |