diff --git a/src/clj/coffi/ffi.clj b/src/clj/coffi/ffi.clj index b742575..ee85bb2 100644 --- a/src/clj/coffi/ffi.clj +++ b/src/clj/coffi/ffi.clj @@ -538,8 +538,7 @@ (method-type arg-types ret-type) (function-descriptor arg-types ret-type)) (downcall-fn arg-types ret-type) - (cond-> - (not raw-fn?) (make-serde-wrapper arg-types ret-type))) + (cond-> (not raw-fn?) (make-serde-wrapper arg-types ret-type))) assoc ::address addr))) ;;; Static memory access