diff --git a/coders/mtv.c b/coders/mtv.c
index 09f2692..1bffc84 100644
--- a/coders/mtv.c
+++ b/coders/mtv.c
@@ -172,7 +172,7 @@
         ThrowReaderException(CorruptImageError,"UnableToReadImageData");
       p=pixels;
       q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
-      if (q == (const Quantum *) NULL)
+      if (q == (Quantum *) NULL)
         break;
       for (x=0; x < (ssize_t) image->columns; x++)
       {