aboutsummaryrefslogtreecommitdiff
path: root/vcal.c
diff options
context:
space:
mode:
Diffstat (limited to 'vcal.c')
-rw-r--r--vcal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcal.c b/vcal.c
index dda509db..3961d5d6 100644
--- a/vcal.c
+++ b/vcal.c
@@ -122,7 +122,7 @@ FMT_F(vcomponent) {
seek += sprintf(buf + seek, _RESET);
seek += FMT(TRIE(content_line))(&this->clines, buf + seek);
seek += sprintf(buf + seek, "\nComponents:\n");
- FOR(VECT(vcomponent), vcomponent, comp, &this->components) {
+ FOR(VECT, vcomponent, comp, &this->components) {
seek += FMT(vcomponent)(comp, buf + seek);
}