]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 4 Jun 2012 23:43:42 +0000 (23:43 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 4 Jun 2012 23:43:42 +0000 (23:43 +0000)
MagickCore/threshold.c

index cca5978f5c5ba028aa53dcd37702eb51e0c8e3da..d018bb3e75cf582bd33146846c4ba4e00a9816fe 100644 (file)
@@ -757,8 +757,7 @@ MagickExport MagickBooleanType ClampImage(Image *image,ExceptionInfo *exception)
 #if defined(MAGICKCORE_OPENMP_SUPPORT)
         #pragma omp critical (MagickCore_ClampImage)
 #endif
-        proceed=SetImageProgress(image,ClampImageTag,progress++,
-          image->rows);
+        proceed=SetImageProgress(image,ClampImageTag,progress++,image->rows);
         if (proceed == MagickFalse)
           status=MagickFalse;
       }