]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-repolist.c
ui-shared: remove "format" from cgit_print_age()
[ps-cgit] / ui-repolist.c
index 6010a39329b00b7f277ec293eeaa897c8b283297..60044699d176608913fc65b4622d5182414f4f43 100644 (file)
@@ -79,7 +79,7 @@ static void print_modtime(struct cgit_repo *repo)
 {
        time_t t;
        if (get_repo_modtime(repo, &t))
-               cgit_print_age(t, -1, NULL);
+               cgit_print_age(t, -1);
 }
 
 static int is_match(struct cgit_repo *repo)