diff options
Diffstat (limited to 'lib/client/sharder/opcode.ml')
| -rw-r--r-- | lib/client/sharder/opcode.ml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |