diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2026-01-25 17:29:43 +0100 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2026-01-25 17:29:43 +0100 |
| commit | 84b7c361e22adced611257b4e0859b4ec7e5cd2d (patch) | |
| tree | 94b424ccd06da19cd0986530da33e9a7e53240db | |
| parent | c96b605f93a516c362c5ad6f937ff85db9babd43 (diff) | |
Add spacing
| -rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -307,6 +307,7 @@ static uint32_t sum(const char *file) fclose(stream); return sum; } + /* Return an integer timestamp from a date string of the format YYYY-MM-DD. */ static time_t time_from_str(const char *str) { |
