Fix variable name

This commit is contained in:
retropikzel 2024-04-26 08:58:14 +03:00
parent d1dee425b3
commit b59d1f272b
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@
shared-object))))
(define pffi-pointer-free
(lambda (pffi)
(lambda (pointer)
(cond-expand (sagittarius (c-free pointer)))))
(define pffi-pointer-null?