[PATCH] ssh-push.c: Fix handling of ssh://host/path URLs
[git.git] / rev-list.c
index c7ebd2f..6e6a6df 100644 (file)
@@ -149,7 +149,7 @@ static int count_distance(struct commit_list *entry)
        return nr;
 }
 
-static int clear_distance(struct commit_list *list)
+static void clear_distance(struct commit_list *list)
 {
        while (list) {
                struct commit *commit = list->item;