diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-08-20 19:20:48 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-08-20 19:20:48 +0000 |
commit | 46f4e3aeeeb33d8591ba7d0b2914512d7468bbf8 (patch) | |
tree | 9a198157558820061cba016744e5363cd54dfda9 /modules/arabic/arabic-fc.c | |
parent | 2378ff9771db2606e11b27cba5bd802463699d41 (diff) | |
download | pango-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/arabic/arabic-fc.c')
-rw-r--r-- | modules/arabic/arabic-fc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/arabic/arabic-fc.c b/modules/arabic/arabic-fc.c index e0ddc696..b7958f2d 100644 --- a/modules/arabic/arabic-fc.c +++ b/modules/arabic/arabic-fc.c @@ -44,7 +44,7 @@ static PangoEngineInfo script_engines[] = { } }; -void +static void maybe_add_feature (PangoOTRuleset *ruleset, PangoOTInfo *info, guint script_index, |