diff options
author | Michael Catanzaro <mcatanzaro@igalia.com> | 2015-12-26 21:58:27 -0600 |
---|---|---|
committer | Michael Catanzaro <mcatanzaro@igalia.com> | 2015-12-26 22:33:35 -0600 |
commit | 00b134d0f5736650d98ed61b75dc3ff62459da18 (patch) | |
tree | 9b8c6de764059e447ef06d2c13b5e0cf4426f15d /lib/ephy-file-helpers.c | |
parent | a6e5831af6604ff4a712d80bc6bca1fc4133def8 (diff) | |
download | epiphany-00b134d0f5736650d98ed61b75dc3ff62459da18.tar.gz |
Enable and placate -Wsign-compare
Diffstat (limited to 'lib/ephy-file-helpers.c')
-rw-r--r-- | lib/ephy-file-helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c index a2654c119..5050ff6bb 100644 --- a/lib/ephy-file-helpers.c +++ b/lib/ephy-file-helpers.c @@ -359,7 +359,7 @@ ephy_file_helpers_init (const char *profile_dir, if (steal_data_from_profile && profile_dir) { - int i; + guint i; const char *files_to_copy[] = { EPHY_HISTORY_FILE, EPHY_BOOKMARKS_FILE }; for (i = 0; i < G_N_ELEMENTS (files_to_copy); i++) |