diff options
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 |
