Skip to content

Commit

Permalink
remove stray literal.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Zimmermann committed May 25, 2024
1 parent 0a08762 commit 7febab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zlib.ml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ let get_data_type (mlstate :deflate t) =
|_ -> assert(false)
;;

(* create caml record wrapping zlib state and bigarray buffers *)0
(* create caml record wrapping zlib state and bigarray buffers *)
let create_deflate, create_inflate =
let dummy_buf = Bigarray.(Array1.create char c_layout 0) in
let wrap state =
Expand Down

0 comments on commit 7febab3

Please sign in to comment.