diff options
Diffstat (limited to 'src/image.c')
| -rw-r--r-- | src/image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c index 499cbf298c1..3c74c516d3f 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -8626,7 +8626,7 @@ of `image-library-alist', which see). */) | |||
| 8626 | #if defined (HAVE_IMAGEMAGICK) | 8626 | #if defined (HAVE_IMAGEMAGICK) |
| 8627 | if (EQ (type, Qimagemagick)) | 8627 | if (EQ (type, Qimagemagick)) |
| 8628 | { | 8628 | { |
| 8629 | /* MagickWandGenesis() initalizes the imagemagick library. */ | 8629 | /* MagickWandGenesis() initializes the imagemagick library. */ |
| 8630 | MagickWandGenesis (); | 8630 | MagickWandGenesis (); |
| 8631 | return CHECK_LIB_AVAILABLE (&imagemagick_type, init_imagemagick_functions, | 8631 | return CHECK_LIB_AVAILABLE (&imagemagick_type, init_imagemagick_functions, |
| 8632 | libraries); | 8632 | libraries); |