This commit is contained in:
Greg Lehey 2007-12-30 22:04:04 +00:00
parent cd59b2cd17
commit 8ddfe1c32c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175003

View File

@ -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)