From 3252bf67ae6878389f9ed3302a7ad2d54bf9f9d6 Mon Sep 17 00:00:00 2001 From: bjt-user Date: Sat, 20 Jan 2024 21:06:09 +0100 Subject: [PATCH] corrected comment --- src/parse_ics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parse_ics.c b/src/parse_ics.c index 2b88fa9..da2af78 100644 --- a/src/parse_ics.c +++ b/src/parse_ics.c @@ -47,7 +47,7 @@ void parse_event(char event_string[], struct event **head) free(summary_str); } -// the unfolded string has a semicolon +// the unfolded string has a space // as a separator between what where previously separate lines void unfolding_string(char *folded_string, char *unfolded_string) {