From e4f7e3109e1caf310f3afd10c9dd75348606c108 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Wed, 12 Jun 2013 21:16:07 +0000 Subject: s/Void/void. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183866 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/Windows/Program.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Support') diff --git a/lib/Support/Windows/Program.inc b/lib/Support/Windows/Program.inc index 7ca194c15c..cdc33736bc 100644 --- a/lib/Support/Windows/Program.inc +++ b/lib/Support/Windows/Program.inc @@ -170,7 +170,7 @@ static unsigned int ArgLenWithQuotes(const char *Str) { } -static bool Execute(Void *&Data, +static bool Execute(void *&Data, const Path& path, const char** args, const char** envp, -- cgit v1.2.3