From: glennrp Date: Sat, 5 Jan 2013 12:37:21 +0000 (+0000) Subject: stifle a clang warning about extra parentheses in property.c X-Git-Tag: 7.0.1-0~4496 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a22b265807f96670ab4cc1545f04af94d0ef855a;p=imagemagick stifle a clang warning about extra parentheses in property.c --- diff --git a/MagickCore/property.c b/MagickCore/property.c index 2eb913a90..da5820f12 100644 --- a/MagickCore/property.c +++ b/MagickCore/property.c @@ -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;