Fixed ValueFlow --debug output

This commit is contained in:
Daniel Marjamäki 2014-08-01 09:50:30 +02:00
parent 688b798b88
commit 404c13ef4b
1 changed files with 1 additions and 1 deletions

View File

@ -1208,7 +1208,7 @@ void Token::printValueFlow(bool xml, std::ostream &out) const
}
else {
out << (it == tok->values.begin() ? "" : ",") << it->intvalue << std::endl;
out << (it == tok->values.begin() ? "" : ",") << it->intvalue;
}
}
if (xml)