aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 0c8edca..168860f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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)
{