Add comma.

This commit is contained in:
chriseth 2017-06-01 15:56:49 +02:00 committed by GitHub
parent 40f3e4413b
commit d5408f78ad

View File

@ -345,7 +345,7 @@ bool AsmAnalyzer::expectExpression(Statement const& _statement)
{ {
m_errorReporter.typeError( m_errorReporter.typeError(
locationOf(_statement), locationOf(_statement),
"Expected expression to return one item to the stack but did return " + "Expected expression to return one item to the stack, but did return " +
boost::lexical_cast<string>(m_stackHeight - initialHeight) + boost::lexical_cast<string>(m_stackHeight - initialHeight) +
" items." " items."
); );