From 5bea21e81ed516440e34e480f2c33ca41aa8c597 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:05:36 -0800 Subject: Import Upstream version 3a4 --- top-refs.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'top-refs.scm') 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 -- cgit v1.2.3