summaryrefslogtreecommitdiffstats
path: root/scanf.scm
diff options
context:
space:
mode:
Diffstat (limited to 'scanf.scm')
-rw-r--r--scanf.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scanf.scm b/scanf.scm
index e4fc919..6d3ee6e 100644
--- a/scanf.scm
+++ b/scanf.scm
@@ -160,7 +160,7 @@
(let* ((dot? #f)
(mantissa (read-word
width
- (lambda (c)
+ (lambda (c)
(not (or (char-numeric? c)
(cond (dot? #f)
((eqv? #\. c)