From 9147bb64c43ef1e3e5ce0d0220e7d3c4970b86af Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Tue, 24 Jul 2018 17:44:41 +0100 Subject: [PATCH] notes --- libvips/foreign/magick.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvips/foreign/magick.c b/libvips/foreign/magick.c index 3516e420..654c6418 100644 --- a/libvips/foreign/magick.c +++ b/libvips/foreign/magick.c @@ -246,7 +246,7 @@ magick_set_image_option( ImageInfo *image_info, * * For these formats, do the detection ourselves. * - * Set image_info->magick if we spot one of the things we can spot. + * Return an IM format specifier, or NULL to let IM do the detection. */ static const char * magick_sniff( const unsigned char *bytes, size_t length )