Damn you parinfer.. :-)
authorTim Vaughan <tgvaughan@gmail.com>
Mon, 6 May 2019 12:51:56 +0000 (14:51 +0200)
committerTim Vaughan <tgvaughan@gmail.com>
Mon, 6 May 2019 12:51:56 +0000 (14:51 +0200)
burrower.scm

index 8829de4..62aa853 100644 (file)
        (regular-file? filename)))
 
 (define (serve-directory selector config)
-  (let ((filename (make-pathname (list (config-root-dir config) selector
-                                  gopher-index-filename))))
+  (let ((filename (make-pathname (list (config-root-dir config) selector)
+                                 gopher-index-filename)))
     (if (legal-filename? filename config)
         (begin
           (with-input-from-file filename