diff options
Diffstat (limited to 'top-refs.scm')
-rw-r--r-- | top-refs.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/top-refs.scm b/top-refs.scm index 0c88ba5..1d7438a 100644 --- a/top-refs.scm +++ b/top-refs.scm @@ -41,7 +41,7 @@ (define (top-refs:warn proc msg . more) (for-each display (list "WARN:" proc ": " msg " ")) - (for-each (lambda (x) (write x) (display #\ )) + (for-each (lambda (x) (write x) (display #\space)) more) (newline)) ;;@body |