From ecf07517d20fe8f8b373c0b62ea33c76071f0bff Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 23 Apr 2015 15:16:53 -0400 Subject: [PATCH] Cleanup, display newline before exiting --- icyc.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icyc.scm b/icyc.scm index 69df03a9..4bff0073 100644 --- a/icyc.scm +++ b/icyc.scm @@ -38,7 +38,7 @@ (write c) (repl:next-line)) (else - (exit 0) ;; TODO: crashes on this branch... WTF? - )))) + (display "\n") + (exit 0))))) (repl:next-line)