From e25ad22ae6c557560865854b0dc7d126ba63e50d Mon Sep 17 00:00:00 2001 From: Kristin Rutenkolk Date: Fri, 3 Jan 2025 00:25:34 +0100 Subject: [PATCH] fix unmatched parantheses --- src/clj/coffi/mem.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/coffi/mem.clj b/src/clj/coffi/mem.clj index 7b91ccc..f41f93b 100644 --- a/src/clj/coffi/mem.clj +++ b/src/clj/coffi/mem.clj @@ -2200,7 +2200,7 @@ ~(invoke2) (~'asMap [~'this] ~'this) - (~'asVec [~'this] (VecWrap. ~'this))) + (~'asVec [~'this] (VecWrap. ~'this)))))) (defmacro defstruct "Defines a struct type. all members need to be supplied in pairs of `coffi-type member-name`.