diff --git a/usr.bin/calendar/io.c b/usr.bin/calendar/io.c index 6eb39f9a06d5..56687053ae9d 100644 --- a/usr.bin/calendar/io.c +++ b/usr.bin/calendar/io.c @@ -350,7 +350,7 @@ opencal(void) } if (!found) errx(1, "can't open calendar file \"%s\": %s (%d)", - calendarFile, strerror (errno), errno); + calendarFile, strerror(errno), errno); } } if (pipe(pdes) < 0)