fix bad paren in spencer.scm
This commit is contained in:
parent
3c71783b76
commit
7246ebf7b8
|
@ -157,7 +157,7 @@
|
|||
;;; I is the index of the char following the left brace.
|
||||
|
||||
(define (parse-posix-braces s i)
|
||||
(let ((comma (string-index s #\,) i)
|
||||
(let ((comma (string-index s #\, i))
|
||||
(rb (string-index s #\} i)))
|
||||
(if rb
|
||||
(if (and comma (< comma rb))
|
||||
|
|
Loading…
Reference in New Issue