mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
s/Void/void.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183866 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
42f756f39e
commit
e4f7e3109e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user