Skip to content

Commit

Permalink
Cosmetic.
Browse files Browse the repository at this point in the history
  • Loading branch information
smimram committed Dec 15, 2023
1 parent e67df7a commit b880881
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/metadataBase.ml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ module Reader = struct
if is_custom then None else Some (read f length)

let drop f n = f.seek n

let byte f = int_of_char (read f 1).[0]
let uint8 f = byte f

Expand Down

0 comments on commit b880881

Please sign in to comment.