Skip to content

Commit adb4430

Browse files
committed
Remove unnecessary double-colon package marker in klacks/klacks-impl.lisp
1 parent 874030c commit adb4430

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

klacks/klacks-impl.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
:uri nil))
165165
(apply #'make-source xstream args)))
166166
(array
167-
(make-source (cxml::make-octet-input-stream input)))))
167+
(make-source (make-octet-input-stream input)))))
168168

169169
(defun %make-source
170170
(input &key validate dtd root entity-resolver disallow-internal-subset

0 commit comments

Comments
 (0)