X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/7358f63015a27d1c22816a3c1f734c3d4beed115..30304d8156a72ffc95e45e1aa9407319b81bd253:/ui-tree.c?ds=sidebyside
diff --git a/ui-tree.c b/ui-tree.c
index 4ab0137..c8d24f6 100644
--- a/ui-tree.c
+++ b/ui-tree.c
@@ -166,7 +166,7 @@ static int ls_item(const unsigned char *sha1, struct strbuf *base,
html("
");
cgit_log_link("log", NULL, "button", ctx.qry.head,
walk_tree_ctx->curr_rev, fullpath.buf, 0, NULL, NULL,
- ctx.qry.showmsg);
+ ctx.qry.showmsg, 0);
if (ctx.repo->max_stats)
cgit_stats_link("stats", NULL, "button", ctx.qry.head,
fullpath.buf);
@@ -180,7 +180,7 @@ static int ls_item(const unsigned char *sha1, struct strbuf *base,
return 0;
}
-static void ls_head()
+static void ls_head(void)
{
html("\n");
html("");
@@ -191,7 +191,7 @@ static void ls_head()
html(" \n");
}
-static void ls_tail()
+static void ls_tail(void)
{
html(" \n");
}
|