summaryrefslogtreecommitdiff
path: root/henrietta-cache.scm
diff options
context:
space:
mode:
Diffstat (limited to 'henrietta-cache.scm')
-rw-r--r--henrietta-cache.scm4
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))
-)
+;)