diff options
Diffstat (limited to 'cgit.c')
-rw-r--r-- | cgit.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -421,7 +421,7 @@ struct refmatch { | |||
421 | int match; | 421 | int match; |
422 | }; | 422 | }; |
423 | 423 | ||
424 | static int find_current_ref(const char *refname, const unsigned char *sha1, | 424 | static int find_current_ref(const char *refname, const struct object_id *oid, |
425 | int flags, void *cb_data) | 425 | int flags, void *cb_data) |
426 | { | 426 | { |
427 | struct refmatch *info; | 427 | struct refmatch *info; |