From: cristy Date: Fri, 14 Dec 2012 00:28:27 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~4597 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7de7f741d3721c599679169ff6cb440a424ebd6a;p=imagemagick --- diff --git a/MagickCore/fx.c b/MagickCore/fx.c index c0841ad6a..e86b4ded1 100644 --- a/MagickCore/fx.c +++ b/MagickCore/fx.c @@ -3402,8 +3402,8 @@ MagickExport Image *ImplodeImage(const Image *image,const double amount, % o exception: return any errors or warnings in this structure. % */ -MagickExport Image *MorphImages(const Image *image, - const size_t number_frames,ExceptionInfo *exception) +MagickExport Image *MorphImages(const Image *image,const size_t number_frames, + ExceptionInfo *exception) { #define MorphImageTag "Morph/Image"