]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Tue, 5 Jul 2016 11:01:47 +0000 (07:01 -0400)
committerCristy <urban-warrior@imagemagick.org>
Tue, 5 Jul 2016 11:01:47 +0000 (07:01 -0400)
MagickCore/draw.c

index 45cf4138e5698f4ed517fdd952d88f3b871830ff..2a595fe3221e82cfa27d5d35f32344190595a4c1 100644 (file)
@@ -2870,14 +2870,14 @@ MagickExport MagickBooleanType DrawImage(Image *image,const DrawInfo *draw_info,
               if (draw_info->gradient.type == RadialGradient)
                 type=RadialGradient;
               (void) GradientImage(image,type,PadSpread,stops,number_stops,
-                 exception);
+                exception);
              }
            if (number_stops > 0)
              stops=(StopInfo *) RelinquishMagickMemory(stops);
           }
         if (image->debug != MagickFalse)
-          (void) LogMagickEvent(DrawEvent,GetMagickModule(),"  %.*s",
-            (int) (q-p),p);
+          (void) LogMagickEvent(DrawEvent,GetMagickModule(),"  %.*s",(int)
+            (q-p),p);
         continue;
       }
     /*