mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-25 00:24:26 +00:00
tidy up
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82384 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -759,7 +759,7 @@ void cl::ParseCommandLineOptions(int argc, char **argv,
|
|||||||
// Free all the strdup()ed strings.
|
// Free all the strdup()ed strings.
|
||||||
for (std::vector<char*>::iterator i = newArgv.begin(), e = newArgv.end();
|
for (std::vector<char*>::iterator i = newArgv.begin(), e = newArgv.end();
|
||||||
i != e; ++i)
|
i != e; ++i)
|
||||||
free (*i);
|
free(*i);
|
||||||
}
|
}
|
||||||
|
|
||||||
// If we had an error processing our arguments, don't let the program execute
|
// If we had an error processing our arguments, don't let the program execute
|
||||||
|
Reference in New Issue
Block a user