summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--ui-repolist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui-repolist.c b/ui-repolist.c
index 573c730..e5c6c20 100644
--- a/ui-repolist.c
+++ b/ui-repolist.c
@@ -14,7 +14,6 @@ time_t read_agefile(char *path)
14{ 14{
15 FILE *f; 15 FILE *f;
16 static char buf[64], buf2[64]; 16 static char buf[64], buf2[64];
17 struct tm tm;
18 17
19 if (!(f = fopen(path, "r"))) 18 if (!(f = fopen(path, "r")))
20 return -1; 19 return -1;