summaryrefslogtreecommitdiff
path: root/lib/ephy-file-helpers.c
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2015-12-26 21:58:27 -0600
committerMichael Catanzaro <mcatanzaro@igalia.com>2015-12-26 22:33:35 -0600
commit00b134d0f5736650d98ed61b75dc3ff62459da18 (patch)
tree9b8c6de764059e447ef06d2c13b5e0cf4426f15d /lib/ephy-file-helpers.c
parenta6e5831af6604ff4a712d80bc6bca1fc4133def8 (diff)
downloadepiphany-00b134d0f5736650d98ed61b75dc3ff62459da18.tar.gz
Enable and placate -Wsign-compare
Diffstat (limited to 'lib/ephy-file-helpers.c')
-rw-r--r--lib/ephy-file-helpers.c2
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++)