Skip to content

Commit 0bd3c0b

Browse files
committed
fix in c_type_description.ml
1 parent 0ada80f commit 0bd3c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bindings/c_type_description.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module Types (F : Ctypes.TYPE) = struct
1616
typ =
1717
typedef
1818
(static_funptr (libbpf_print_level @-> string @-> returning int))
19-
"ring_buffer_sample_fn"
19+
"libbpf_print_fn_t"
2020

2121
module Errno = struct
2222
type t =

0 commit comments

Comments
 (0)