Skip to content

Commit

Permalink
Fixup 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Singh committed Sep 13, 2024
1 parent 638514b commit 3ee1103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python-bindings.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
(and result-type
(list (format nil "POINTER(~a)" (python-type result-type))))))
(when (eql 'error-type return-type)
(format nil "~a = sbcl_librarian.wrapper.lift_fn(\"~a\", ~@*~a)~%" (coerce-to-c-name callable-name)))))
(format nil "~a = sbcl_librarian.wrapper.lift_fn(\"~@*~a\", ~@*~a)~%" (coerce-to-c-name callable-name)))))

(defun write-default-python-header (library stream &optional (omit-init-call nil)
(library-path nil))
Expand Down

0 comments on commit 3ee1103

Please sign in to comment.