Fixed syntax error in output.
This commit is contained in:
parent
31d0a1fb38
commit
e312740629
@ -87,7 +87,7 @@ void TranslatorASP::translateTypes() const
|
||||
{
|
||||
m_outputStream
|
||||
<< utils::RuleName("type") << "("
|
||||
<< utils::Keyword("type") << "(" << utils::String("object") << ")." << std::endl;
|
||||
<< utils::Keyword("type") << "(" << utils::String("object") << "))." << std::endl;
|
||||
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user