diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-05-06 09:29:48 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-05-06 09:29:48 -0400 |
| commit | 1a289f60003b4301538b02e17ecc39b92982fea5 (patch) | |
| tree | 781901592a8534a8a5f94ad3fd49bb1ab91300b6 /system.c | |
| parent | bb7501fc2b1fcdeba80c611bbc587ca9b26c3e4e (diff) | |
| download | weekly-1a289f60003b4301538b02e17ecc39b92982fea5.tar.gz | |
Diffstat (limited to 'system.c')
| -rw-r--r-- | system.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |
