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 9427c4a2..2f29aa6d 100644
--- a/
cgit.c
+++ b/
cgit.c
@@ -1026,7 +1026,7 @@ static int calc_ttl(void)
return ctx.cfg.cache_repo_ttl;
}
-int main(int argc, const char **argv)
+int cmd_main(int argc, const char **argv)
{
const char *path;
int err, ttl;