From 9bd5a4d926002bd741e7aa09181a0f5202c68356 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 25 Aug 2017 13:23:12 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GitRepo.vala b/GitRepo.vala index fa511759..a14bb54a 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -61,7 +61,8 @@ public class GitRepo : Object return list_cache; } - + + FileInfo next_file; while (true) { -- 2.39.2