]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 19 Oct 2012 23:35:51 +0000 (23:35 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 19 Oct 2012 23:35:51 +0000 (23:35 +0000)
coders/jp2.c

index e70d69143590642351ff7bd557a19890dcef13c5..8cd8d8fd30fcc31920cb52bbc88b14114727b49a 100644 (file)
@@ -645,13 +645,13 @@ static Image *ReadJP2Image(const ImageInfo *image_info,ExceptionInfo *exception)
           (jas_iccprof_save(icc_profile,icc_stream) == 0) &&
           (jas_stream_flush(icc_stream) == 0))
         {
+          jas_stream_memobj_t
+            *blob;
+
           StringInfo
             *icc_profile,
             *profile;
 
-          jas_stream_memobj_t
-            *blob;
-
           /*
             Extract the icc profile, handle errors without much noise.
           */