Skip to content

Commit d3aa02c

Browse files
authored
Merge pull request #15 from jurov/patch-1
Initarg should be a keyword
2 parents 801a5b6 + 02a9c1b commit d3aa02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cl-messagepack.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@
481481
;; A pointer to the e-t-d would be longer than the int itself.
482482
(defclass extension-type ()
483483
((id :initform (error "need an ID")
484-
:initarg id
484+
:initarg :id
485485
:reader extension-type-id
486486
:writer (setf extension-type-id)
487487
:type (or integer (array (unsigned-byte 8) *))))

0 commit comments

Comments
 (0)