From: Dirk Lemstra Date: Mon, 3 Apr 2017 14:04:21 +0000 (+0200) Subject: Fixed typo. X-Git-Tag: 7.0.5-5~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=337c9bc79ea5a37004b3f3ef6f4f71e9b1b34e30;p=imagemagick Fixed typo. --- diff --git a/PerlMagick/Magick.xs b/PerlMagick/Magick.xs index b8c090939..c687cbbb6 100644 --- a/PerlMagick/Magick.xs +++ b/PerlMagick/Magick.xs @@ -1185,7 +1185,7 @@ static void SetAttribute(pTHX_ struct PackageInfo *info,Image *image, for ( ; image; image=image->next) { (void) SetImageProperty(image,attribute,SvPV(sval,na),exception); - (void) SetImageArtifact(image,attribute,SvPV(sval,na)) + (void) SetImageArtifact(image,attribute,SvPV(sval,na)); } break; }