]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 15 Sep 2010 18:10:06 +0000 (18:10 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 15 Sep 2010 18:10:06 +0000 (18:10 +0000)
magick/memory.c

index 772e3abc527e425e12db68c41d3a1295d887c1c0..5b56800accf6ca4c492d0cb849a40917a8e15010 100644 (file)
@@ -141,7 +141,7 @@ static MagickMemoryMethods
   {
     (AcquireMemoryHandler) malloc,
     (ResizeMemoryHandler) realloc,
-    (DestroyMemoryHandler)free
+    (DestroyMemoryHandler) free
   };
 
 #if defined(MAGICKCORE_EMBEDDABLE_SUPPORT)