From bccbacabdfd2d892f1fb1f073528823cf30fbd00 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 10 May 2014 21:58:29 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitRepo.vala b/GitRepo.vala index 3508f3ee..60f33e66 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -187,7 +187,7 @@ public class GitRepo : Object * */ - public string git(string[] args_in, ) throws Error, SpawnError + public string git(string[] args_in ) throws Error, SpawnError { // convert arguments. -- 2.39.2