summaryrefslogtreecommitdiffstats
path: root/usr.bin/calendar
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2007-12-30 22:04:04 +0000
committergrog <grog@FreeBSD.org>2007-12-30 22:04:04 +0000
commit08cba53c9431076582cbec250bf6bf63a8570aa2 (patch)
treeebd2eaf20e02a554bea4e8693864f8b4aa345c1d /usr.bin/calendar
parent0abc02edc2f3781da921c01b9d740caacfe14b12 (diff)
downloadFreeBSD-src-08cba53c9431076582cbec250bf6bf63a8570aa2.zip
FreeBSD-src-08cba53c9431076582cbec250bf6bf63a8570aa2.tar.gz
style(9)
Diffstat (limited to 'usr.bin/calendar')
-rw-r--r--usr.bin/calendar/io.c2
1 files changed, 1 insertions, 1 deletions
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)
OpenPOWER on IntegriCloud