aboutsummaryrefslogtreecommitdiffstats
path: root/scanf.scm
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:28 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:28 -0800
commitbd9733926076885e3417b74de76e4c9c7bc56254 (patch)
tree2c99dced547d48407ad44cb0e45e31bb4d02ce43 /scanf.scm
parentfa3f23105ddcf07c5900de47f19af43d1db1b597 (diff)
downloadslib-bd9733926076885e3417b74de76e4c9c7bc56254.tar.gz
slib-bd9733926076885e3417b74de76e4c9c7bc56254.zip
Import Upstream version 2c7upstream/2c7
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)