X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=support%2Fnfs%2Fcacheio.c;h=36473cf3b911beb1fa7670a2a57225b58c8130bc;hb=f9cfe7c8a02ef187e411d5019ee0b6fe266e0cb1;hp=3e868d8843e9c9153be7ee595eec4517ec5cd5b4;hpb=2e075a16da4963f54cd556403ca9e15a68de27fd;p=nfs-utils.git diff --git a/support/nfs/cacheio.c b/support/nfs/cacheio.c index 3e868d8..36473cf 100644 --- a/support/nfs/cacheio.c +++ b/support/nfs/cacheio.c @@ -109,10 +109,10 @@ void qword_printint(FILE *f, int num) fprintf(f, "%d ", num); } -void qword_eol(FILE *f) +int qword_eol(FILE *f) { fprintf(f,"\n"); - fflush(f); + return fflush(f); }