From 4a8d3d8bda8291b0a38a6da905cc151d2beeb9c9 Mon Sep 17 00:00:00 2001 From: cristy Date: Fri, 19 Oct 2012 23:35:51 +0000 Subject: [PATCH] --- coders/jp2.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/coders/jp2.c b/coders/jp2.c index e70d69143..8cd8d8fd3 100644 --- a/coders/jp2.c +++ b/coders/jp2.c @@ -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. */ -- 2.40.0