Fixed typo.
This commit is contained in:
parent
cfb1e34b08
commit
dee3f345f5
|
@ -25,7 +25,7 @@
|
|||
(let ((filename (translate filename)))
|
||||
(display (string-append "Writing " filename) (command-output))
|
||||
(newline (command-output))
|
||||
;JMG: it is set to # in the vm, so I omit it now
|
||||
;JMG: it is set to #f in the vm, so I omit it now
|
||||
;;;(flush-the-symbol-table!) ;Gets restored at next use of string->symbol
|
||||
(write-image filename
|
||||
(scsh-stand-alone-resumer start)
|
||||
|
|
Loading…
Reference in New Issue