* spot/twaalgos/postproc.cc: Typo.
This commit is contained in:
parent
c94787b7d9
commit
0605181c7a
1 changed files with 1 additions and 1 deletions
|
|
@ -382,7 +382,7 @@ namespace spot
|
||||||
{
|
{
|
||||||
if (type_ == Generic)
|
if (type_ == Generic)
|
||||||
throw std::runtime_error
|
throw std::runtime_error
|
||||||
("postproc() no yet updated to mix sat-minimize and Generic");
|
("postproc() not yet updated to mix sat-minimize and Generic");
|
||||||
unsigned target_acc;
|
unsigned target_acc;
|
||||||
if (type_ == BA)
|
if (type_ == BA)
|
||||||
target_acc = 1;
|
target_acc = 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue