Browse Source

fixed some formatting issues

master
wes 12 years ago
parent
commit
7f6f173b17
  1. 2
      lazyplay.rkt

2
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)