]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 9 Oct 2011 23:19:32 +0000 (23:19 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 9 Oct 2011 23:19:32 +0000 (23:19 +0000)
MagickCore/annotate.c

index 3ae835ea53d1f3281a390f8658db786066ce93ae..aa79a82ee1edab44228e86b920f8be33a58dccca 100644 (file)
@@ -1786,15 +1786,15 @@ static MagickBooleanType RenderPostscript(Image *image,
     }
   if (draw_info->fill.alpha != TransparentAlpha)
     {
+      CacheView
+        *annotate_view;
+
       MagickBooleanType
         sync;
 
       PixelPacket
         fill_color;
 
-      CacheView
-        *annotate_view;
-
       /*
         Render fill color.
       */