From 7f6f173b1733591af592f968c1f81176e0cac8df Mon Sep 17 00:00:00 2001 From: wes Date: Sun, 4 Mar 2012 19:44:45 -0500 Subject: [PATCH] fixed some formatting issues --- lazyplay.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lazyplay.rkt b/lazyplay.rkt index 4892b92..0f50357 100644 --- a/lazyplay.rkt +++ b/lazyplay.rkt @@ -90,7 +90,7 @@ ; (play (play-list) played) (define (controller) - (let * ((input (read (current-input-port)))) + (let* ((input (read (current-input-port)))) (cond ((eof-object? input)) (else (printf "output: ~A\n" input)