diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:36 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:36 -0800 |
commit | 5bea21e81ed516440e34e480f2c33ca41aa8c597 (patch) | |
tree | 653ace1b8fe0a9916d861d35ff8f611b46c80d37 /mkclrnam.scm | |
parent | 237c6e380aebdcbc70bd1c9ecf7d3f6effca2752 (diff) | |
download | slib-upstream/3a4.tar.gz slib-upstream/3a4.zip |
Import Upstream version 3a4upstream/3a4
Diffstat (limited to 'mkclrnam.scm')
-rw-r--r-- | mkclrnam.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkclrnam.scm b/mkclrnam.scm index 3360a41..47acd1a 100644 --- a/mkclrnam.scm +++ b/mkclrnam.scm @@ -66,7 +66,7 @@ (define (load-rgb-txt path color-table) (cond ((not (file-exists? path)) (slib:error 'load-color-dictionary! 'file-exists? path))) - (write 'load-rgb-txt) (display #\ ) (write path) (newline) + (write 'load-rgb-txt) (display #\space) (write path) (newline) (let ((color-table:row-insert (color-table 'row:insert)) (color-table:row-retrieve (color-table 'row:retrieve)) (method-id #f)) |