about summary refs log tree commit diff stats
path: root/cgit.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.c')
-rw-r--r--cgit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.c b/cgit.c index 8c9cfb5..ed02614 100644 --- a/cgit.c +++ b/cgit.c
@@ -421,7 +421,7 @@ struct refmatch {
421 int match; 421 int match;
422}; 422};
423 423
424static int find_current_ref(const char *refname, const unsigned char *sha1, 424static 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;