Diffstat (limited to 'ui-repolist.c')
| -rw-r--r-- | ui-repolist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui-repolist.c b/ui-repolist.c index 7272e87..20a4f56 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -225,6 +225,7 @@ static int sort_section(const void *a, const void *b) const struct cgit_repo *r1 = a; const struct cgit_repo *r2 = b; int result; + time_t t; result = cmp(r1->section, r2->section); if (!result) { |