]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 15 Jun 2014 11:21:31 +0000 (11:21 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 15 Jun 2014 11:21:31 +0000 (11:21 +0000)
MagickCore/exception.c

index f6d9e57e6747c9db4683d5cb250ac92b65ada1ff..0016bfc6c312533e093b213fbc0383eebc66000d 100644 (file)
@@ -158,7 +158,7 @@ MagickExport void ClearMagickException(ExceptionInfo *exception)
     return;
   LockSemaphoreInfo(exception->semaphore);
   ClearLinkedList((LinkedListInfo *) exception->exceptions,
-      DestroyExceptionElement);
+    DestroyExceptionElement);
   exception->severity=UndefinedException;
   exception->reason=(char *) NULL;
   exception->description=(char *) NULL;