* src/ltlvisit/unabbrev.cc: Missing break.

This commit is contained in:
Alexandre Duret-Lutz 2015-08-21 17:35:46 +02:00
parent 8d38587da8
commit 782edb9a69

View file

@ -54,6 +54,7 @@ namespace spot
case 'R':
re_r_ = true;
re_some_other_ = true;
break;
case 'W':
re_w_ = true;
re_some_other_ = true;