X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/bd24832cd7a72117afb7fa785f4e6bfa4324bf30..8eef4589d0ba80fd4e6a9ce2f3ca4fcf266a64e0:/cgit.c diff --git a/cgit.c b/cgit.c index 0ad8171..c16ed8c 100644 --- a/cgit.c +++ b/cgit.c @@ -1013,7 +1013,7 @@ static void cgit_parse_args(int argc, const char **argv) } } -static int calc_ttl() +static int calc_ttl(void) { if (!ctx.repo) return ctx.cfg.cache_root_ttl;