Skip to content

Commit 0fd6bea

Browse files
authored
Fix return value in README example
1 parent 01d234a commit 0fd6bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def hello(ctx: c_void_p) -> c_int64:
9797
return c_int64(0)
9898
else:
9999
hist.update(process_id, one)
100-
return c_int64(0)
100+
return 0
101101

102102

103103
@bpf

0 commit comments

Comments
 (0)