From 6716e239c2eac972c9ed88d423ec2d26971648ec Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 10 May 2014 19:26:53 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitRepo.vala b/GitRepo.vala index 887b4ec6..1c4149ff 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -78,7 +78,7 @@ public class GitRepo : Object * * @argument {Array} files the files to add. */ - public string remove : function ( Array files ) + public string remove ( Array files ) { // this may fail if files do not exist.. // should really find out if these are untracked files each.. -- 2.39.2