summaryrefslogtreecommitdiff
path: root/pango/pango-script.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-06-21 18:25:26 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-06-21 18:25:26 +0000
commitde7871cdd4847fc2ccca73ac61f9ec21d333d2ab (patch)
tree29b669015f4da362e9962980e6a3b516e53c5530 /pango/pango-script.c
parentc4b95dd8dcf9bc2b15003dffee279891cc973568 (diff)
downloadpango-de7871cdd4847fc2ccca73ac61f9ec21d333d2ab.tar.gz
pango/modules.c (append_engines): Fix some missing statics. (#142237,
Mon Jun 21 14:23:05 2004 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (no_shape_filter_func) pango/pango-script.c (get_pair_index): pango/modules.c (append_engines): Fix some missing statics. (#142237, Morten Welinder) * pango/mini-fribidi/fribidi_types.c: Move fribidi_type_name inside the #ifdef DEBUG.
Diffstat (limited to 'pango/pango-script.c')
-rw-r--r--pango/pango-script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-script.c b/pango/pango-script.c
index 0de2edaa..b5045c42 100644
--- a/pango/pango-script.c
+++ b/pango/pango-script.c
@@ -209,7 +209,7 @@ static const gunichar paired_chars[] = {
0x301a, 0x301b
};
-int
+static int
get_pair_index (gunichar ch)
{
int lower = 0;