]> granicus.if.org Git - imagemagick/commitdiff
stifle a clang warning about extra parentheses in property.c
authorglennrp <glennrp@git.imagemagick.org>
Sat, 5 Jan 2013 12:37:21 +0000 (12:37 +0000)
committerglennrp <glennrp@git.imagemagick.org>
Sat, 5 Jan 2013 12:37:21 +0000 (12:37 +0000)
MagickCore/property.c

index 2eb913a903156936de8bf6edfb323af464fcb07d..da5820f12287f8fe7e107771c0f380510b9d6951 100644 (file)
@@ -3010,7 +3010,7 @@ MagickExport char *InterpretImageProperties(const ImageInfo *image_info,
   if( IfMagickTrue(image->debug) )
     (void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",image->filename);
 
-  if ((embed_text == (const char *) NULL))
+  if (embed_text == (const char *) NULL)
     return((char *) NULL);
   p=embed_text;