mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 20:45:06 +02:00
Fix syntax issues
This commit is contained in:
parent
b6c5a9007a
commit
ed21350bf5
1 changed files with 2 additions and 2 deletions
|
@ -1846,11 +1846,11 @@
|
||||||
" = args["
|
" = args["
|
||||||
(number->string i)
|
(number->string i)
|
||||||
"];"
|
"];"
|
||||||
) ;))
|
)) ;)
|
||||||
(set! i (+ i 1)))
|
(set! i (+ i 1)))
|
||||||
;;;(if has-closure?
|
;;;(if has-closure?
|
||||||
;;; (cdr scm-args)
|
;;; (cdr scm-args)
|
||||||
;;; scm-args))
|
;;; scm-args)
|
||||||
(if has-closure?
|
(if has-closure?
|
||||||
(cdr args)
|
(cdr args)
|
||||||
args))
|
args))
|
||||||
|
|
Loading…
Add table
Reference in a new issue