dj(1): fix fprintio signature

This commit is contained in:
dtb 2024-07-29 11:10:17 -06:00
parent 162c6411b3
commit 5545846c92
Signed by: trinity
GPG Key ID: 34C0543BBB6AF81B

View File

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