ltlcross: missing newline in error message.

* src/bin/ltlcross.cc: Add that missing new line.
* NEWS: Mention it.
This commit is contained in:
Alexandre Duret-Lutz 2013-07-25 18:34:48 +02:00
parent 5046f6d9db
commit 734e203b65
2 changed files with 4 additions and 3 deletions

View file

@ -805,9 +805,9 @@ namespace
}
err << "} when evaluating ";
if (products > 1)
err << "state-space #" << p << "/" << products;
err << "state-space #" << p << "/" << products << "\n";
else
err << "the state-space";
err << "the state-space\n";
}
}