summaryrefslogtreecommitdiffstats
path: root/usr.bin/calendar/dates.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/calendar/dates.c')
-rw-r--r--usr.bin/calendar/dates.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/calendar/dates.c b/usr.bin/calendar/dates.c
index a5f5e9f..86d8a1f 100644
--- a/usr.bin/calendar/dates.c
+++ b/usr.bin/calendar/dates.c
@@ -381,7 +381,7 @@ walkthrough_dates(struct event **e)
d = m->days;
*e = d->events;
return (1);
- };
+ }
if (d->nextday != NULL) {
d = d->nextday;
*e = d->events;
OpenPOWER on IntegriCloud