diff options
Diffstat (limited to 'ui-shared.c')
-rw-r--r-- | ui-shared.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-shared.c b/ui-shared.c index ac5a287..e755c92 100644 --- a/ui-shared.c +++ b/ui-shared.c | |||
@@ -792,7 +792,7 @@ void cgit_add_clone_urls(void (*fn)(const char *)) | |||
792 | add_clone_urls(fn, ctx.cfg.clone_prefix, ctx.repo->url); | 792 | add_clone_urls(fn, ctx.cfg.clone_prefix, ctx.repo->url); |
793 | } | 793 | } |
794 | 794 | ||
795 | static int print_branch_option(const char *refname, const unsigned char *sha1, | 795 | static int print_branch_option(const char *refname, const struct object_id *oid, |
796 | int flags, void *cb_data) | 796 | int flags, void *cb_data) |
797 | { | 797 | { |
798 | char *name = (char *)refname; | 798 | char *name = (char *)refname; |