diff options
| author | Roman Divacky <rdivacky@FreeBSD.org> | 2010-04-02 08:54:30 +0000 | 
|---|---|---|
| committer | Roman Divacky <rdivacky@FreeBSD.org> | 2010-04-02 08:54:30 +0000 | 
| commit | 104bd8179fb5f6551c65c94ebcd0a4918b060189 (patch) | |
| tree | cf5763d092b81cecc168fa28032247ee495d06e2 /lib/Support/CommandLine.cpp | |
| parent | 2f12f10af369d468b14617276446166383d692ed (diff) | |
Notes
Diffstat (limited to 'lib/Support/CommandLine.cpp')
| -rw-r--r-- | lib/Support/CommandLine.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Support/CommandLine.cpp b/lib/Support/CommandLine.cpp index 2ab4103de2ec..d31f34ed6618 100644 --- a/lib/Support/CommandLine.cpp +++ b/lib/Support/CommandLine.cpp @@ -676,8 +676,8 @@ void cl::ParseCommandLineOptions(int argc, char **argv,           << " positional arguments: See: " << argv[0] << " -help\n";      ErrorParsing = true; -  } else if (!HasUnlimitedPositionals -             && PositionalVals.size() > PositionalOpts.size()) { +  } else if (!HasUnlimitedPositionals && +             PositionalVals.size() > PositionalOpts.size()) {      errs() << ProgramName           << ": Too many positional arguments specified!\n"           << "Can specify at most " << PositionalOpts.size()  | 
