From 8ad5dbda6303f6aed304c7792a1759c5d6c769f2 Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Sat, 29 Jun 2019 01:08:28 +0200 Subject: [PATCH] Added missing (void). --- coders/pdf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coders/pdf.c b/coders/pdf.c index f3a0481e8..19604bff7 100644 --- a/coders/pdf.c +++ b/coders/pdf.c @@ -870,7 +870,7 @@ static Image *ReadPDFImage(const ImageInfo *image_info,ExceptionInfo *exception) image=DestroyImage(image); return((Image *) NULL); } - write(file," ",1); + (void) write(file," ",1); file=close(file)-1; /* Render Postscript with the Ghostscript delegate. -- 2.40.0