From 2bb2aa27bfe729aa6d60b17cfafeaa959c7ea050 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Wed, 12 Jun 2013 21:16:07 +0000 Subject: s/Void/void. llvm-svn: 183866 --- llvm/lib/Support/Windows/Program.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Support/Windows/Program.inc') diff --git a/llvm/lib/Support/Windows/Program.inc b/llvm/lib/Support/Windows/Program.inc index 7ca194c1..cdc3373 100644 --- a/llvm/lib/Support/Windows/Program.inc +++ b/llvm/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.1