]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 26 Jun 2013 23:32:32 +0000 (23:32 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 26 Jun 2013 23:32:32 +0000 (23:32 +0000)
MagickCore/configure.c

index 0b0dbdc10eb1715bbe47a1920a263524732ab8de..110d4b0a87bedde15004ef4a8e2d072c8350f388 100644 (file)
@@ -1264,7 +1264,7 @@ static MagickBooleanType LoadConfigureLists(const char *filename,
           return(MagickFalse);
         }
     }
-  status=MagickeTrue;
+  status=MagickTrue;
   options=GetConfigureOptions(filename,exception);
   option=(const StringInfo *) GetNextValueInLinkedList(options);
   while (option != (const StringInfo *) NULL)