Fix fatal spelling error.
This commit is contained in:
parent
910832a807
commit
3db7197ea9
@ -339,9 +339,10 @@ namespace cling {
|
||||
for (unsigned i = 0, e = D->getNumParams(); i != e; ++i) {
|
||||
if (i) Out() << ", ";
|
||||
Visit(D->getParamDecl(i));
|
||||
if (m_SkipFlag)
|
||||
if (m_SkipFlag) {
|
||||
skipCurrentDecl(true);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
if (FT->isVariadic()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user