aboutsummaryrefslogtreecommitdiffstats
path: root/makcrc.scm
diff options
context:
space:
mode:
Diffstat (limited to 'makcrc.scm')
-rw-r--r--makcrc.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/makcrc.scm b/makcrc.scm
index 72e26d9..3ea80d5 100644
--- a/makcrc.scm
+++ b/makcrc.scm
@@ -76,7 +76,7 @@
`(lambda (port)
(define crc 0)
(define byte-count 0)
- (define crctab ,crctab)
+ (define crctab ',crctab)
(do ((ci (read-char port) (read-char port)))
((eof-object? ci))
,(accum '(char->integer ci))