diff --git a/tests/repo/discover.c b/tests/repo/discover.c index a3df30ca9..ca916e341 100644 --- a/tests/repo/discover.c +++ b/tests/repo/discover.c @@ -44,7 +44,7 @@ static void ensure_repository_discover(const char *start_path, static void write_file(const char *path, const char *content) { git_file file; - int error; + int error; if (git_path_exists(path)) { cl_git_pass(p_unlink(path));