mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 21:32:49 -08:00
Fixed typo
This commit is contained in:
parent
a3785ea2a3
commit
3684f6c8e2
1 changed files with 2 additions and 1 deletions
|
|
@ -343,7 +343,8 @@
|
|||
((>= ndx (length c-expression)))
|
||||
(let ((c (char c-expression ndx)))
|
||||
(when (eq c #\;)
|
||||
(setf c-expression (subseq c-expression (1+ c))))
|
||||
(setf c-expression (subseq c-expression (1+ ndx)))
|
||||
(return))
|
||||
(unless (alphanumericp c)
|
||||
(setf args-to-be-saved nil)
|
||||
(return))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue