aboutsummaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-04-10 22:50:52 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-04-11 19:02:33 +0200
commit3c663735c17be02c933aef8486864e9a6e2bcdf3 (patch)
tree058cd8c33d2b63088518c3bc8a2d958de03bc8f0 /module
parentFixup translatable strings. (diff)
downloadcalp-3c663735c17be02c933aef8486864e9a6e2bcdf3.tar.gz
calp-3c663735c17be02c933aef8486864e9a6e2bcdf3.tar.xz
Fix loop in import entry-point.
Diffstat (limited to 'module')
-rw-r--r--module/calp/entry-points/import.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/calp/entry-points/import.scm b/module/calp/entry-points/import.scm
index cb8b9485..d292aba7 100644
--- a/module/calp/entry-points/import.scm
+++ b/module/calp/entry-points/import.scm
@@ -61,4 +61,4 @@
(add-event calendar e)
(save-event e))
(children new-events))]
- [else (loop line (read-line))])))))
+ [else (loop (read-line))])))))