aboutsummaryrefslogtreecommitdiff
path: root/system.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2026-05-06 09:29:48 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2026-05-06 09:29:48 -0400
commit1a289f60003b4301538b02e17ecc39b92982fea5 (patch)
tree781901592a8534a8a5f94ad3fd49bb1ab91300b6 /system.c
parentbb7501fc2b1fcdeba80c611bbc587ca9b26c3e4e (diff)
downloadweekly-1a289f60003b4301538b02e17ecc39b92982fea5.tar.gz
Fix duplicate records in outputHEADmaster
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