-rw-r--r-- | shared.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,2 +50,3 @@ struct cgit_repo *cgit_add_repo(const char *url) | |||
50 | ret = &cgit_repolist.repos[cgit_repolist.count-1]; | 50 | ret = &cgit_repolist.repos[cgit_repolist.count-1]; |
51 | memset(ret, 0, sizeof(struct cgit_repo)); | ||
51 | ret->url = trim_end(url, '/'); | 52 | ret->url = trim_end(url, '/'); |