* doc/org/tut20.org: Cleanup.

This commit is contained in:
Alexandre Duret-Lutz 2015-06-11 22:36:09 +02:00
parent 6f500f3f50
commit a1ba0a89c5

View file

@ -152,7 +152,7 @@ automaton is returned even in the presence of parse errors.
// it could while reading a HOA file.
if (pa->aborted)
{
std::cerr << "--ABORT-- read" << '\n';
std::cerr << "--ABORT-- read\n";
return 1;
}
spot::print_hoa(std::cout, pa->aut) << '\n';
@ -313,3 +313,7 @@ State: 1 {0}
: skip
: }
:
#+BEGIN_SRC sh :results verbatim :exports none
rm -f tut20.never
#+END_SRC