diff options
-rw-r--r-- | henrietta-cache.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/henrietta-cache.scm b/henrietta-cache.scm index d356d76..a338667 100644 --- a/henrietta-cache.scm +++ b/henrietta-cache.scm @@ -1,4 +1,4 @@ -(module henrietta-cache () +;(module henrietta-cache () (import scheme) @@ -440,4 +440,4 @@ EOF (else (loop (cdr args)))))))) (main (command-line-arguments)) -) +;) |