Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
81423bb7
Commit
81423bb7
authored
Jan 11, 2005
by
Denis Poitrenaud
Browse files
* src/ltltest/randltl.cc: Typo.
parent
86b7f269
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
81423bb7
2005-01-11 Denis Poitrenaud <Denis.Poitrenaud@lip6.fr>
* src/ltltest/randltl.cc: Typo.
2005-01-11 Denis Poitrenaud <Denis.Poitrenaud@lip6.fr>
* src/tgbaparse/tgbaparse.yy: Accept automaton without state.
...
...
src/ltltest/randltl.cc
View file @
81423bb7
...
...
@@ -151,7 +151,7 @@ main(int argc, char** argv)
if
(
opt_r
>
opt_f
)
{
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
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment