X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/db021a1989a52911557ce6b998c11fbe4a4bea9d..de83de276bef7509ab8255682595ad4521f3a193:/ui-shared.c
diff --git a/ui-shared.c b/ui-shared.c
index 1dd8722..e755c92 100644
--- a/ui-shared.c
+++ b/ui-shared.c
@@ -792,7 +792,7 @@ void cgit_add_clone_urls(void (*fn)(const char *))
add_clone_urls(fn, ctx.cfg.clone_prefix, ctx.repo->url);
}
-static int print_branch_option(const char *refname, const unsigned char *sha1,
+static int print_branch_option(const char *refname, const struct object_id *oid,
int flags, void *cb_data)
{
char *name = (char *)refname;
@@ -895,6 +895,8 @@ static void print_header(void)
cgit_add_hidden_formfields(0, 1, ctx.qry.page);
html(" ");
html("");
html("");