summaryrefslogtreecommitdiff
path: root/cmamut.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'cmamut.lisp')
-rw-r--r--cmamut.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmamut.lisp b/cmamut.lisp
index 55784cc..dc62a98 100644
--- a/cmamut.lisp
+++ b/cmamut.lisp
@@ -192,7 +192,7 @@
(json:from-string
(format nil
"{ \"tag\": \":struct\", \"name\": ~s }"
- (gethash "name" (aref spec i)))))))
+ (gethash "name" internal-type))))))
(push (aref spec i) (spec-typedefs s))))
((string= tag "struct")