diff options
author | Havoc Pennington <hp@redhat.com> | 2000-11-16 17:53:53 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-11-16 17:53:53 +0000 |
commit | 4334318379ac2f111abe99a7fd3d77c816f36071 (patch) | |
tree | 6c20ed72ec1dff652857a95f9998fc9f6b69c377 /pango/modules.c | |
parent | c624bdbddb760abedddd113b1ba839e50c6cbb61 (diff) | |
download | pango-4334318379ac2f111abe99a7fd3d77c816f36071.tar.gz |
Declare variable j so it compiles
2000-11-16 Havoc Pennington <hp@redhat.com>
* pango/modules.c (handle_included_module): Declare variable j so
it compiles
Diffstat (limited to 'pango/modules.c')
-rw-r--r-- | pango/modules.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/modules.c b/pango/modules.c index 896995a5..e6802b58 100644 --- a/pango/modules.c +++ b/pango/modules.c @@ -183,7 +183,8 @@ handle_included_module (PangoIncludedModule *mod) { PangoEngineInfo *engine_info; int n_engines; - + int j; + mod->list (&engine_info, &n_engines); for (j = 0; j < n_engines; j++) |