diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-05-28 05:42:15 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-05-28 05:42:15 +0800 |
commit | 6bbe4f3029a55ef83fd317267578f9246cf48950 (patch) | |
tree | 59b5b9dc7f4bc113706aa3bcc3dd60ea933620d4 /embed | |
parent | 042b7d8e719fe040d56e9d3705986dbda1b265f4 (diff) | |
download | gsoc2013-epiphany-6bbe4f3029a55ef83fd317267578f9246cf48950.tar gsoc2013-epiphany-6bbe4f3029a55ef83fd317267578f9246cf48950.tar.gz gsoc2013-epiphany-6bbe4f3029a55ef83fd317267578f9246cf48950.tar.bz2 gsoc2013-epiphany-6bbe4f3029a55ef83fd317267578f9246cf48950.tar.lz gsoc2013-epiphany-6bbe4f3029a55ef83fd317267578f9246cf48950.tar.xz gsoc2013-epiphany-6bbe4f3029a55ef83fd317267578f9246cf48950.tar.zst gsoc2013-epiphany-6bbe4f3029a55ef83fd317267578f9246cf48950.zip |
Fix the compiler warning from my previous checkin.
2003-05-27 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/mozilla-embed-single.cpp (impl_get_charset_groups):
Fix the compiler warning from my previous checkin.
Diffstat (limited to 'embed')
-rw-r--r-- | embed/mozilla/mozilla-embed-single.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/mozilla-embed-single.cpp b/embed/mozilla/mozilla-embed-single.cpp index 168b9262b..bc6084d7b 100644 --- a/embed/mozilla/mozilla-embed-single.cpp +++ b/embed/mozilla/mozilla-embed-single.cpp @@ -757,7 +757,7 @@ impl_get_charset_groups (EphyEmbedSingle *shell, GList **groups) { GList *l = NULL; - int i; + guint i; for (i = 0; i < n_lgroups; i++) { |