commit 2107427f4eb88e07afb9b1b3c9775c6d172668ab
parent 03cd19f07b34b2d71ed78a8b9c368c75de00fc31
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date: Sat, 22 Jun 2024 07:21:52 +0200
chore(import): indentation
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/import.c b/src/import.c
@@ -19,7 +19,7 @@ void ics_import(const char* ics_input, WINDOW* header, WINDOW* cal, WINDOW* asid
if (read < ics_bytes) {
perror("Error while reading in ics_import()");
fclose(pfile);
- return;
+ return;
}
fclose(pfile);