From 5545846c92f310bbb74e70c184f2b467e9fea701 Mon Sep 17 00:00:00 2001 From: DTB Date: Mon, 29 Jul 2024 11:10:17 -0600 Subject: [PATCH] dj(1): fix fprintio signature --- src/dj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dj.c b/src/dj.c index 1d12844..cb8b1db 100644 --- a/src/dj.c +++ b/src/dj.c @@ -118,7 +118,7 @@ oserr(char *e, int n) { /* Prints statistics regarding the use of dj, particularly partially and * completely read and written records. */ -static void +static int fprintio(FILE *stream, char *fmt, struct Io io[2]) { return fprintf( stream,