style(9)
This commit is contained in:
parent
cd59b2cd17
commit
8ddfe1c32c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user