]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-refs.c
ui-shared: remove toggle_ssdiff arg to cgit_commit_link()
[ps-cgit] / ui-refs.c
index 7e58737f8a36d23005c4ecdd868ff8539d875233..d2ba48d83d04a7bf0a7d08a012348d3b82ecbe49 100644 (file)
--- a/ui-refs.c
+++ b/ui-refs.c
@@ -67,7 +67,7 @@ static int print_branch(struct refinfo *ref)
        html("</td><td>");
 
        if (ref->object->type == OBJ_COMMIT) {
-               cgit_commit_link(info->subject, NULL, NULL, name, NULL, NULL, 0);
+               cgit_commit_link(info->subject, NULL, NULL, name, NULL, NULL);
                html("</td><td>");
                cgit_open_filter(ctx.repo->email_filter, info->author_email, "refs");
                html_txt(info->author);