summaryrefslogtreecommitdiff
path: root/modules/hebrew
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-08-20 19:20:48 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-08-20 19:20:48 +0000
commit46f4e3aeeeb33d8591ba7d0b2914512d7468bbf8 (patch)
tree9a198157558820061cba016744e5363cd54dfda9 /modules/hebrew
parent2378ff9771db2606e11b27cba5bd802463699d41 (diff)
downloadpango-46f4e3aeeeb33d8591ba7d0b2914512d7468bbf8.tar.gz
Patch from Nils Nordman to add various missing 'static' (#90353)
Tue Aug 20 15:06:50 2002 Owen Taylor <otaylor@redhat.com> * modules/arabic/arabic-xft.c modules/arabic/arabic-ft2.c modules/basic/tables-big.i modules/basic/tables-small.i modules/hebrew/hebrew-ft2.c modules/hebrew/hebrew-xft.c: Patch from Nils Nordman to add various missing 'static' (#90353)
Diffstat (limited to 'modules/hebrew')
-rw-r--r--modules/hebrew/hebrew-ft2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/hebrew/hebrew-ft2.c b/modules/hebrew/hebrew-ft2.c
index 3470a137..ef84f1b7 100644
--- a/modules/hebrew/hebrew-ft2.c
+++ b/modules/hebrew/hebrew-ft2.c
@@ -68,7 +68,8 @@ get_glyph (PangoFont *font,
}
/* This should be extended to support various encodings... */
-gint get_glyph_num(PangoFont *font,
+static gint
+get_glyph_num(PangoFont *font,
gunichar uch)
{
return uch;