* src/ltltest/randltl.cc: Typo.
This commit is contained in:
parent
86b7f26960
commit
81423bb743
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
2005-01-11 Denis Poitrenaud <Denis.Poitrenaud@lip6.fr>
|
||||||
|
|
||||||
|
* src/ltltest/randltl.cc: Typo.
|
||||||
|
|
||||||
2005-01-11 Denis Poitrenaud <Denis.Poitrenaud@lip6.fr>
|
2005-01-11 Denis Poitrenaud <Denis.Poitrenaud@lip6.fr>
|
||||||
|
|
||||||
* src/tgbaparse/tgbaparse.yy: Accept automaton without state.
|
* src/tgbaparse/tgbaparse.yy: Accept automaton without state.
|
||||||
|
|
|
||||||
|
|
@ -151,7 +151,7 @@ main(int argc, char** argv)
|
||||||
if (opt_r > opt_f)
|
if (opt_r > opt_f)
|
||||||
{
|
{
|
||||||
std::cerr << "-r's argument (" << opt_r << ") should not be larger than "
|
std::cerr << "-r's argument (" << opt_r << ") should not be larger than "
|
||||||
<< "-f's (" << opt_F << ")" << std::endl;
|
<< "-f's (" << opt_f << ")" << std::endl;
|
||||||
exit(2);
|
exit(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue