]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 12 Oct 2011 18:03:46 +0000 (18:03 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 12 Oct 2011 18:03:46 +0000 (18:03 +0000)
coders/jpeg.c

index ee07e3a8321f7fd918cb9876be9e9332a3e4cc3b..cb7118de268dbb8d184c9bee7c2df11f044f6d24 100644 (file)
@@ -277,7 +277,7 @@ static MagickBooleanType IsITUFaxImage(const Image *image)
   return(MagickFalse);
 }
 
-static MagickBooleanType JPEGErrorHandler(j_common_ptr jpeg_info)
+static void JPEGErrorHandler(j_common_ptr jpeg_info)
 {
   char
     message[JMSG_LENGTH_MAX];