From 08cba53c9431076582cbec250bf6bf63a8570aa2 Mon Sep 17 00:00:00 2001 From: grog Date: Sun, 30 Dec 2007 22:04:04 +0000 Subject: style(9) --- usr.bin/calendar/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/calendar') diff --git a/usr.bin/calendar/io.c b/usr.bin/calendar/io.c index 6eb39f9..5668705 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) -- cgit v1.1