aboutsummaryrefslogtreecommitdiff
path: root/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'system.c')
-rw-r--r--system.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/system.c b/system.c
index 0894f20..779ea76 100644
--- a/system.c
+++ b/system.c
@@ -170,5 +170,4 @@ char *make_output_path(char *basepath, char *path, int year, int week, int day_o
sprintf(path + strlen(path), "%d", day_of_week);
return path;
-}
-
+} \ No newline at end of file