]> git.cameronkatri.com Git - cgit.git/blobdiff - ui-repolist.c
Merge branch 'iconv-rebased' of http://x2a.org/pub/git/cgit
[cgit.git] / ui-repolist.c
index 4c86543673855e40adf43a33d32bfcf1297f899e..9aa5c1ede644b5ed4755ab3a79bea101ef0ae3f8 100644 (file)
@@ -98,7 +98,8 @@ void cgit_print_repolist(struct cacheitem *item)
                        html_link_open(cgit_repourl(cgit_repo->url),
                                       NULL, "button");
                        html("summary</a>");
-                       cgit_log_link("log", NULL, "button", NULL, NULL, NULL, 0);
+                       cgit_log_link("log", NULL, "button", NULL, NULL, NULL,
+                                     0, NULL, NULL);
                        cgit_tree_link("tree", NULL, "button", NULL, NULL, NULL);
                        html("</td>");
                }