morphology re-sync
diff --git a/magick/morphology.c b/magick/morphology.c
index b957684..40a512a 100644
--- a/magick/morphology.c
+++ b/magick/morphology.c
@@ -108,8 +108,8 @@
/* Currently these are only internal to this module */
static void
- RotateKernelInfo(KernelInfo *,double),
- ScaleKernelInfo(KernelInfo *,const double,const GeometryFlags);
+ RotateKernelInfo(KernelInfo *, double),
+ ScaleKernelInfo(KernelInfo *, const double, const MagickStatusType);
static KernelInfo
*CloneKernelInfo(const KernelInfo *);
@@ -1993,8 +1993,8 @@
% This function is internal to this module only at this time, but can be
% exported to other modules if needed.
*/
-static void ScaleKernelInfo(KernelInfo *kernel,const double scaling_factor,
- const GeometryFlags normalize_flags)
+static void ScaleKernelInfo(KernelInfo *kernel, const double scaling_factor,
+ const GeometryFlags normalize_flags)
{
register long
i;