From 226e98b5fb330449996801dcbaa1a7b044d711ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 10 Feb 2019 01:05:15 +0100 Subject: Minor general cleanup. --- vcal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vcal.c') 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) { -- cgit v1.2.3