]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 31 Jan 2012 15:34:52 +0000 (15:34 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 31 Jan 2012 15:34:52 +0000 (15:34 +0000)
MagickCore/blob.c

index 050683cb9bc4048b5c01d97cabcc5a88db3bbcdc..b12daf123944dbe4e557d885725dcdf2dbf92c3c 100644 (file)
@@ -2577,7 +2577,7 @@ MagickExport MagickBooleanType OpenBlob(const ImageInfo *image_info,
         else
 #endif
 #if defined(MAGICKCORE_BZLIB_DELEGATE)
-          if (LocaleCompare(extension,".bz2") == 0)
+          if (LocaleCompare(extension,"bz2") == 0)
             {
               image->blob->bzfile=BZ2_bzopen(filename,type);
               if (image->blob->bzfile != (BZFILE *) NULL)