summaryrefslogtreecommitdiff
path: root/pango/modules.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/modules.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/modules.c')
-rw-r--r--pango/modules.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/modules.c b/pango/modules.c
index 5767f9fd..ceb4f2d5 100644
--- a/pango/modules.c
+++ b/pango/modules.c
@@ -652,7 +652,7 @@ pango_map_get_engine (PangoMap *map,
return NULL;
}
-void
+static void
append_engines (GSList **engine_list,
GSList *pair_list)
{