diff options
| author | Paul Eggert | 2013-07-08 22:04:45 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-07-08 22:04:45 -0700 |
| commit | cf7a0de6e75d2c510e69ab77bc70279cba7c48ba (patch) | |
| tree | 2b8255e3a883e42652f043c1097d62277d74179e /src/image.c | |
| parent | 5550a72cf26485d312f8cc2c1c6f49b2fbd8f667 (diff) | |
| download | emacs-cf7a0de6e75d2c510e69ab77bc70279cba7c48ba.tar.gz emacs-cf7a0de6e75d2c510e69ab77bc70279cba7c48ba.zip | |
Space between "defined" and "(".
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 6ef3754e005..b3a52688ebd 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -8054,7 +8054,7 @@ imagemagick_load_image (struct frame *f, struct image *img, | |||
| 8054 | 8054 | ||
| 8055 | init_color_table (); | 8055 | init_color_table (); |
| 8056 | 8056 | ||
| 8057 | #if defined(HAVE_MAGICKEXPORTIMAGEPIXELS) && ! defined(HAVE_NS) | 8057 | #if defined (HAVE_MAGICKEXPORTIMAGEPIXELS) && ! defined (HAVE_NS) |
| 8058 | if (imagemagick_render_type != 0) | 8058 | if (imagemagick_render_type != 0) |
| 8059 | { | 8059 | { |
| 8060 | /* Magicexportimage is normally faster than pixelpushing. This | 8060 | /* Magicexportimage is normally faster than pixelpushing. This |