Fix type error
This commit is contained in:
parent
55ea217151
commit
dd2c6803c6
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ let parse_mft buf =
|
|||
| `Reserved_first -> Error (`Msg "found RESERVED_FIRST not as first entry"))
|
||||
(Ok [])
|
||||
entries
|
||||
|> List.rev
|
||||
|> Result.map List.rev
|
||||
in
|
||||
Ok { version = Int32.to_int version; entries }
|
||||
|
||||
|
|
Loading…
Reference in a new issue