diff options
| author | Stefan Monnier | 2010-09-30 01:28:20 +0200 |
|---|---|---|
| committer | Stefan Monnier | 2010-09-30 01:28:20 +0200 |
| commit | a01a7932080e8a6e7bc8472c58cefabcc2c37df3 (patch) | |
| tree | 94b28b19c8f1536e76ffe7d5826811b74a79e3a5 /src/image.c | |
| parent | cc390e46c7ba95b76ea133d98fd386214cd01709 (diff) | |
| parent | 6b0f7311f16646e0de2045b2410e20921901c616 (diff) | |
| download | emacs-a01a7932080e8a6e7bc8472c58cefabcc2c37df3.tar.gz emacs-a01a7932080e8a6e7bc8472c58cefabcc2c37df3.zip | |
Merge from trunk
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); |