fixed typo that caused error
parent
74c0be7bfd
commit
f0deadbd02
|
@ -145,7 +145,7 @@
|
||||||
(if (null? listof-items)
|
(if (null? listof-items)
|
||||||
(displayln-messages-ref 'empty-list)
|
(displayln-messages-ref 'empty-list)
|
||||||
(ls/display-list listof-items)))
|
(ls/display-list listof-items)))
|
||||||
(displayln-messages-ref 'couldnt-file-file)))
|
(displayln-messages-ref 'error-couldnt-find-file)))
|
||||||
|
|
||||||
;; ------------------------------------------------
|
;; ------------------------------------------------
|
||||||
;; rm
|
;; rm
|
||||||
|
|
Loading…
Reference in New Issue