From 5a1aae149fafa2848c2cd89a3c75992653380201 Mon Sep 17 00:00:00 2001 From: Mishio595 Date: Mon, 29 Oct 2018 06:25:22 -0600 Subject: Moving to LWT branch --- lib/client/sharder/opcode.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/client/sharder/opcode.ml') diff --git a/lib/client/sharder/opcode.ml b/lib/client/sharder/opcode.ml index 679f45e..2462d05 100644 --- a/lib/client/sharder/opcode.ml +++ b/lib/client/sharder/opcode.ml @@ -38,7 +38,7 @@ let from_int = function | 9 -> INVALID_SESSION | 10 -> HELLO | 11 -> HEARTBEAT_ACK - | op -> raise Invalid_Opcode op + | op -> raise (Invalid_Opcode op) let to_string = function | DISPATCH -> "DISPATCH" -- cgit v1.2.3