diff options
Diffstat (limited to 'cgit.c')
-rw-r--r-- | cgit.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||
1029 | int main(int argc, const char **argv) | 1029 | int 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; |