clarify error message

time-shift
Houtan Bastani 2013-10-03 15:43:38 +02:00
parent b372973ab3
commit 0cac8a2dec
1 changed files with 1 additions and 2 deletions

View File

@ -95,8 +95,7 @@ NativeStatement::computingPass()
if (apostrophes.size() % 2)
{
cerr << native_statement <<
" seems to be invalid Matlab syntax (an odd number of apostrophes was encountered)" << endl;
cerr << "ERROR: A Matlab Statement has an odd number of apostrophes: " << native_statement << endl;
exit(EXIT_FAILURE);
}