aboutsummaryrefslogtreecommitdiff
path: root/vcal.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-02-09 00:36:53 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-02-09 00:36:53 +0100
commit6cc2d6856fb92ce55c2468cb9dd3b33c7cab449e (patch)
tree8d330d9fef3adcb12bf14da75c89bb7c690a190f /vcal.h
parentExtend parsing to handle tree's of vcomponents. (diff)
downloadcalp-6cc2d6856fb92ce55c2468cb9dd3b33c7cab449e.tar.gz
calp-6cc2d6856fb92ce55c2468cb9dd3b33c7cab449e.tar.xz
Fix main loop.
Diffstat (limited to 'vcal.h')
-rw-r--r--vcal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcal.h b/vcal.h
index 08d706a6..a8245ff0 100644
--- a/vcal.h
+++ b/vcal.h
@@ -77,4 +77,5 @@ int PUSH(vcomponent)(vcomponent*, vcomponent*);
int DEEP_COPY(vcomponent)(vcomponent*, vcomponent*);
+
#endif /* VCAL_H */