mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 14:19:18 +02:00
fixing typo in conf-verify-match
This commit is contained in:
parent
70c85542e2
commit
38b8a6056c
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@
|
|||
(every* (lambda (x)
|
||||
(and (pair? x)
|
||||
(conf-verify-match key-def (car x) warn)
|
||||
(conf-verify-match val-def (cell-value x) warn)))
|
||||
(conf-verify-match val-def (cell-value) warn)))
|
||||
(cell-list)))))
|
||||
((conf)
|
||||
(and (alist? (cell-list))
|
||||
|
|
Loading…
Add table
Reference in a new issue