Fix stklos load function argument count
This commit is contained in:
parent
079b2b6261
commit
1ba179d7cd
|
|
@ -89,7 +89,7 @@
|
|||
(cpointer->string pointer))))
|
||||
|
||||
(define pffi-shared-object-load
|
||||
(lambda (header path)
|
||||
(lambda (header path options)
|
||||
path))
|
||||
|
||||
(define pffi-pointer-free
|
||||
|
|
|
|||
Loading…
Reference in New Issue