aboutsummaryrefslogtreecommitdiffstats
path: root/src/diff.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/diff.c')
-rw-r--r--src/diff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diff.c b/src/diff.c
index 45984ab38..56f4498ca 100644
--- a/src/diff.c
+++ b/src/diff.c
@@ -355,7 +355,7 @@ compare_diff_distance (f_str_t *s1, f_str_t *s2)
{
GArray *ses;
struct diff_edit *e;
- gint i;
+ guint i;
guint32 distance = 0;
ses = g_array_sized_new (FALSE, TRUE, sizeof (struct diff_edit), MAX_DIFF);