aboutsummaryrefslogtreecommitdiff
path: root/vcal.c
diff options
context:
space:
mode:
Diffstat (limited to 'vcal.c')
-rw-r--r--vcal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcal.c b/vcal.c
index b54a0370..369e1016 100644
--- a/vcal.c
+++ b/vcal.c
@@ -45,8 +45,8 @@ INIT_F(vcomponent, char* type, char* filename) {
}
content_line* RESOLVE(content_line)
- (content_line* dest, content_line* new) {
-
+ (content_line* dest, content_line* new)
+{
if (dest == NULL) return new;
if (strbuf_cmp(&dest->key, &new->key) != 0) {