aboutsummaryrefslogtreecommitdiffstats
path: root/date.c
diff options
context:
space:
mode:
Diffstat (limited to 'date.c')
-rw-r--r--date.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/date.c b/date.c
index 155463b..ebee121 100644
--- a/date.c
+++ b/date.c
@@ -119,7 +119,7 @@ char *short_date_to_string(Date date) {
return ret;
}
-Date today() {
+Date today(void) {
Date ret;
time_t tm;
struct tm localtm;