]> granicus.if.org Git - imagemagick/blobdiff - magick/threshold.h
(no commit message)
[imagemagick] / magick / threshold.h
index 6719480fcc20b4d9bbe91c0c76155c6ffa5d38be..fd0b32b5f4b824fe9f97284dcdb57e58ff124507 100644 (file)
@@ -26,8 +26,8 @@ typedef struct _ThresholdMap
   ThresholdMap;
 
 extern MagickExport Image
-  *AdaptiveThresholdImage(const Image *,const size_t,const size_t,
-    const ssize_t,ExceptionInfo *);
+  *AdaptiveThresholdImage(const Image *,const size_t,const size_t,const ssize_t,
+    ExceptionInfo *);
 
 extern MagickExport ThresholdMap
   *DestroyThresholdMap(ThresholdMap *),