Fix stklos load function argument count

This commit is contained in:
retropikzel 2025-03-12 08:40:30 +02:00
parent 079b2b6261
commit 1ba179d7cd
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
(cpointer->string pointer))))
(define pffi-shared-object-load
(lambda (header path)
(lambda (header path options)
path))
(define pffi-pointer-free