diff options
Diffstat (limited to 'csc/strings.csc')
| -rw-r--r-- | csc/strings.csc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csc/strings.csc b/csc/strings.csc index 0259697..75175f0 100644 --- a/csc/strings.csc +++ b/csc/strings.csc @@ -53,7 +53,7 @@ #t))) - (define (join sep . strings) + (define (join sep strings) (apply string-append (intercalate sep strings))) |
