aboutsummaryrefslogtreecommitdiffstats
path: root/common/Switchaux.ml
diff options
context:
space:
mode:
Diffstat (limited to 'common/Switchaux.ml')
-rw-r--r--common/Switchaux.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Switchaux.ml b/common/Switchaux.ml
index 39b484c7..0d4901bf 100644
--- a/common/Switchaux.ml
+++ b/common/Switchaux.ml
@@ -50,7 +50,7 @@ let compile_switch_as_tree modulus default tbl =
let (key1, act1) = sw.(lo)
and (key2, act2) = sw.(lo+1)
and (key3, act3) = sw.(lo+2) in
- CTifeq(key1, act1,
+ CTifeq(key1, act1,
CTifeq(key2, act2,
if Z.sub maxval minval = Z.of_uint 2
then CTaction act3