From: Rafael Espindola Date: Wed, 12 Jun 2013 21:16:07 +0000 (+0000) Subject: s/Void/void. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e4f7e3109e1caf310f3afd10c9dd75348606c108;p=oota-llvm.git s/Void/void. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183866 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/Windows/Program.inc b/lib/Support/Windows/Program.inc index 7ca194c15ca..cdc33736bc2 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,