]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 13 Sep 2014 13:00:37 +0000 (13:00 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 13 Sep 2014 13:00:37 +0000 (13:00 +0000)
MagickCore/module.h

index 88e660e4c7eeb57ac481acbee1dab62b522b2077..341edf98b495bac4a461de56e46dc1b5b0105b8c 100644 (file)
@@ -25,9 +25,9 @@ extern "C" {
 #endif
 
 #define MagickImageCoderSignature  ((size_t) \
-  (((MagickLibVersion) << 8) | MAGICKCORE_QUANTUM_DEPTH))
+  (((MagickLibInterface) << 8) | MAGICKCORE_QUANTUM_DEPTH))
 #define MagickImageFilterSignature  ((size_t) \
-  (((MagickLibVersion) << 8) | MAGICKCORE_QUANTUM_DEPTH))
+  (((MagickLibInterface) << 8) | MAGICKCORE_QUANTUM_DEPTH))
 
 typedef enum
 {