]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Tue, 29 Aug 2017 10:22:17 +0000 (06:22 -0400)
committerCristy <urban-warrior@imagemagick.org>
Tue, 29 Aug 2017 10:22:17 +0000 (06:22 -0400)
MagickCore/resource.c

index 7b00c1b741d9ddf41b60c5aff77973f709a7f1ac..2c7177a8ea83ef3d84430b9c44730990de5cc08c 100644 (file)
@@ -869,7 +869,7 @@ MagickExport void RelinquishMagickResource(const ResourceType type,
   (void) FormatMagickSize(size,MagickFalse,"B",MagickFormatExtent,
     resource_request);
   if (resource_semaphore == (SemaphoreInfo *) NULL)
-               ActivateSemaphoreInfo(&resource_semaphore);
+    ActivateSemaphoreInfo(&resource_semaphore);
   LockSemaphoreInfo(resource_semaphore);
   switch (type)
   {