aboutsummaryrefslogtreecommitdiff
path: root/code.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-02-04 18:23:51 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-02-05 18:16:17 +0100
commit14b33ae9c00f74a24a00aaece88b22af0955379e (patch)
treecee997634ecb0977e8f63fadfd6d00fdfdf89439 /code.scm
parentNormalize and improve INIT & FREE macros. (diff)
downloadcalp-14b33ae9c00f74a24a00aaece88b22af0955379e.tar.gz
calp-14b33ae9c00f74a24a00aaece88b22af0955379e.tar.xz
Fix most memmory errors.
Diffstat (limited to 'code.scm')
-rwxr-xr-xcode.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/code.scm b/code.scm
index cca7cdb3..66c61dfc 100755
--- a/code.scm
+++ b/code.scm
@@ -14,4 +14,3 @@
((>= i (calendar-size v)))
(format #t "~3d | ~a~%"
i (calendar-get-attr v i "summary")))
-