a few code cleanups
[rsync/rsync.git] / match.c
diff --git a/match.c b/match.c
index a97e7e1..7f6e708 100644 (file)
--- a/match.c
+++ b/match.c
@@ -56,7 +56,7 @@ static tag *tag_table;
 
 static int compare_targets(struct target *t1,struct target *t2)
 {
-  return(t1->t - t2->t);
+  return((int)t1->t - (int)t2->t);
 }