]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 21 Mar 2013 13:26:26 +0000 (13:26 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 21 Mar 2013 13:26:26 +0000 (13:26 +0000)
MagickCore/splay-tree.c

index a91414284e51bfc0a31f869eaf2ac11d3c6306a8..be7585b00129fff6d7a4db27d0bf004ebc2832e2 100644 (file)
@@ -1587,8 +1587,7 @@ static void SplaySplayTree(SplayTreeInfo *splay_tree,const void *key)
       (void) Splay(splay_tree,0UL,key,&splay_tree->root,(NodeInfo **) NULL,
         (NodeInfo **) NULL);
       if (splay_tree->balance != MagickFalse)
-        ThrowFatalException(ResourceLimitFatalError,
-          "MemoryAllocationFailed");
+        ThrowFatalException(ResourceLimitFatalError,"MemoryAllocationFailed");
     }
   splay_tree->key=(void *) key;
 }