dj(1): fix fprintio signature
This commit is contained in:
parent
162c6411b3
commit
5545846c92
2
src/dj.c
2
src/dj.c
@ -118,7 +118,7 @@ oserr(char *e, int n) {
|
|||||||
|
|
||||||
/* Prints statistics regarding the use of dj, particularly partially and
|
/* Prints statistics regarding the use of dj, particularly partially and
|
||||||
* completely read and written records. */
|
* completely read and written records. */
|
||||||
static void
|
static int
|
||||||
fprintio(FILE *stream, char *fmt, struct Io io[2]) {
|
fprintio(FILE *stream, char *fmt, struct Io io[2]) {
|
||||||
return fprintf(
|
return fprintf(
|
||||||
stream,
|
stream,
|
||||||
|
Loading…
Reference in New Issue
Block a user