Skip to content
Permalink
Browse files Browse the repository at this point in the history
...
  • Loading branch information
Cristy committed Jul 6, 2017
1 parent b007dd3 commit 529ff26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion coders/mpc.c
Expand Up @@ -1008,7 +1008,6 @@ ModuleExport size_t RegisterMPCImage(void)
entry=SetMagickInfo("CACHE");
entry->description=ConstantString("Magick Persistent Cache image format");
entry->module=ConstantString("MPC");
entry->seekable_stream=MagickTrue;
entry->stealth=MagickTrue;
(void) RegisterMagickInfo(entry);
entry=SetMagickInfo("MPC");
Expand Down

1 comment on commit 529ff26

@bastien-roucaries
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This #556

Please sign in to comment.