bendns' repos
/
cgit
the repository which powers this website
themed
1
Branch
0
Tags
Code
Clone
HTTPS
SSH
Open with VS Code
Diffstat
(limited to 'cgit.c')
-rw-r--r--
cgit.c
2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.c b/cgit.c
index 0ad81716..c16ed8c4 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;