diff options
Diffstat (limited to 'reachable.c')
| -rw-r--r-- | reachable.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/reachable.c b/reachable.c index 9ee04c89ec..421d354d3b 100644 --- a/reachable.c +++ b/reachable.c @@ -341,7 +341,8 @@ static int mark_object_seen(const struct object_id *oid, int exclude UNUSED, uint32_t name_hash UNUSED, struct packed_git *found_pack UNUSED, - off_t found_offset UNUSED) + off_t found_offset UNUSED, + void *payload UNUSED) { struct object *obj = lookup_object_by_type(the_repository, oid, type); if (!obj) |
