diff options
Diffstat (limited to 'hash-lookup.c')
| -rw-r--r-- | hash-lookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hash-lookup.c b/hash-lookup.c index d15bb34574..b98ed5e11e 100644 --- a/hash-lookup.c +++ b/hash-lookup.c @@ -50,7 +50,7 @@ static uint32_t take2(const struct object_id *oid, size_t ofs) * The oid of element i (between 0 and nr - 1) should be returned * by "fn(i, table)". */ -int oid_pos(const struct object_id *oid, void *table, size_t nr, +int oid_pos(const struct object_id *oid, const void *table, size_t nr, oid_access_fn fn) { size_t hi = nr; |
