]> granicus.if.org Git - imagemagick/commitdiff
Added missing (void).
authorDirk Lemstra <dirk@lemstra.org>
Fri, 28 Jun 2019 23:08:28 +0000 (01:08 +0200)
committerDirk Lemstra <dirk@lemstra.org>
Fri, 28 Jun 2019 23:08:28 +0000 (01:08 +0200)
coders/pdf.c

index f3a0481e8686c4a0e35448911c88bb3f89076f48..19604bff79ed61762126f86b54b968dc3b0a1aa6 100644 (file)
@@ -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.