From: cristy Date: Tue, 17 Jan 2012 13:57:52 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6360 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1500c3d5273628dfc2e1d399f251cbf51004f746;p=imagemagick --- diff --git a/MagickWand/wand-view.c b/MagickWand/wand-view.c index 24b6595b8..6c1ac4c30 100644 --- a/MagickWand/wand-view.c +++ b/MagickWand/wand-view.c @@ -370,7 +370,7 @@ WandExport MagickBooleanType DuplexTransferWandViewIterator(WandView *source, proceed; #if defined(MAGICKCORE_OPENMP_SUPPORT) - #pragma omp critical (MagickWand_DuplexTransferWandViewIterator) + #pragma omp critical (MagickWand_DuplexTransferWandViewIterator) #endif proceed=SetImageProgress(source_image,source->description,progress++, source->extent.height); @@ -570,7 +570,7 @@ WandExport MagickBooleanType GetWandViewIterator(WandView *source, proceed; #if defined(MAGICKCORE_OPENMP_SUPPORT) - #pragma omp critical (MagickWand_GetWandViewIterator) + #pragma omp critical (MagickWand_GetWandViewIterator) #endif proceed=SetImageProgress(source_image,source->description,progress++, source->extent.height); @@ -966,7 +966,7 @@ WandExport MagickBooleanType SetWandViewIterator(WandView *destination, proceed; #if defined(MAGICKCORE_OPENMP_SUPPORT) - #pragma omp critical (MagickWand_SetWandViewIterator) + #pragma omp critical (MagickWand_SetWandViewIterator) #endif proceed=SetImageProgress(destination_image,destination->description, progress++,destination->extent.height); @@ -1156,7 +1156,7 @@ WandExport MagickBooleanType TransferWandViewIterator(WandView *source, proceed; #if defined(MAGICKCORE_OPENMP_SUPPORT) - #pragma omp critical (MagickWand_TransferWandViewIterator) + #pragma omp critical (MagickWand_TransferWandViewIterator) #endif proceed=SetImageProgress(source_image,source->description,progress++, source->extent.height); @@ -1282,7 +1282,7 @@ WandExport MagickBooleanType UpdateWandViewIterator(WandView *source, proceed; #if defined(MAGICKCORE_OPENMP_SUPPORT) - #pragma omp critical (MagickWand_UpdateWandViewIterator) + #pragma omp critical (MagickWand_UpdateWandViewIterator) #endif proceed=SetImageProgress(source_image,source->description,progress++, source->extent.height);