diff options
Diffstat (limited to 'date.c')
| -rw-r--r-- | date.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
