X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/ad74669e67ea08969776e6700ec37323e4935e23..329381dfe45d37cb94847ee92ebe58f2d6c02a9d:/ui-repolist.c diff --git a/ui-repolist.c b/ui-repolist.c index 2453a7f..43253ed 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -10,7 +10,6 @@ #include "ui-repolist.h" #include "html.h" #include "ui-shared.h" -#include static time_t read_agefile(char *path) { @@ -330,7 +329,7 @@ void cgit_print_repolist(void) html(""); cgit_summary_link("summary", NULL, "button", NULL); cgit_log_link("log", NULL, "button", NULL, NULL, NULL, - 0, NULL, NULL, ctx.qry.showmsg); + 0, NULL, NULL, ctx.qry.showmsg, 0); cgit_tree_link("tree", NULL, "button", NULL, NULL, NULL); html(""); }