commit | 2bb2aa27bfe729aa6d60b17cfafeaa959c7ea050 | [log] [tgz] |
---|---|---|
author | Rafael Espindola <rafael.espindola@gmail.com> | Wed Jun 12 21:16:07 2013 +0000 |
committer | Rafael Espindola <rafael.espindola@gmail.com> | Wed Jun 12 21:16:07 2013 +0000 |
tree | 4bae0cce636ce076274c2a96e1cfbf341c0250cf | |
parent | 404ae77e383ef2cd94f1605b5876c30f89e1529e [diff] [blame] |
s/Void/void. llvm-svn: 183866
diff --git a/llvm/lib/Support/Windows/Program.inc b/llvm/lib/Support/Windows/Program.inc index 7ca194c..cdc3373 100644 --- a/llvm/lib/Support/Windows/Program.inc +++ b/llvm/lib/Support/Windows/Program.inc
@@ -170,7 +170,7 @@ } -static bool Execute(Void *&Data, +static bool Execute(void *&Data, const Path& path, const char** args, const char** envp,