]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 27 Jun 2012 01:01:51 +0000 (01:01 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 27 Jun 2012 01:01:51 +0000 (01:01 +0000)
coders/msl.c

index c84315458e780666ff34d8e99a81551c75761844..a6fb3c3203b52af3d88698353c6199e042a751b7 100644 (file)
@@ -6878,11 +6878,8 @@ static void MSLStartElement(void *context,const xmlChar *tag,
       }
       if (LocaleCompare((const char *) tag,"strip") == 0)
         {
-          Image
-            *magnify_image;
-
           /*
-            Magnify image.
+            Strip image.
           */
           if (msl_info->image[n] == (Image *) NULL)
             {