summaryrefslogtreecommitdiff
path: root/lib/Support
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-06-12 21:16:07 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-06-12 21:16:07 +0000
commite4f7e3109e1caf310f3afd10c9dd75348606c108 (patch)
treec397eb0d5e12a5924751d30e4ed2de73d59f88f7 /lib/Support
parent42f756f39e835aab0476f35c410b7e18fa8b670e (diff)
downloadllvm-e4f7e3109e1caf310f3afd10c9dd75348606c108.tar.gz
llvm-e4f7e3109e1caf310f3afd10c9dd75348606c108.tar.bz2
llvm-e4f7e3109e1caf310f3afd10c9dd75348606c108.tar.xz
s/Void/void.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183866 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support')
-rw-r--r--lib/Support/Windows/Program.inc2
1 files changed, 1 insertions, 1 deletions
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,