* src/tgbaalgos/gtec/gtec.cc (couvreur99_check_shy::dump_queue):

Remove superfluous semicolon.
This commit is contained in:
Alexandre Duret-Lutz 2008-02-01 11:31:43 +00:00
parent fbbaef0ab8
commit b5f4ba982c
2 changed files with 6 additions and 1 deletions

View file

@ -400,7 +400,7 @@ namespace spot
if (qi != ti->q.end())
os << ", ";
}
os << "}" << std::endl;;
os << "}" << std::endl;
}
}