about summary refs log tree commit diff stats
path: root/cgit.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.c')
-rw-r--r--cgit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.c b/cgit.c index 9427c4a..2f29aa6 100644 --- a/cgit.c +++ b/cgit.c
@@ -1026,7 +1026,7 @@ static int calc_ttl(void)
1026 return ctx.cfg.cache_repo_ttl; 1026 return ctx.cfg.cache_repo_ttl;
1027} 1027}
1028 1028
1029int main(int argc, const char **argv) 1029int cmd_main(int argc, const char **argv)
1030{ 1030{
1031 const char *path; 1031 const char *path;
1032 int err, ttl; 1032 int err, ttl;