Merge pull request #412 from charmander/master

Remove = in #define
This commit is contained in:
John Cupitt 2016-04-06 10:10:10 +01:00
commit 5f7cc1d659
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@
/* And this used to be UseHDRI. /* And this used to be UseHDRI.
*/ */
#if MAGICKCORE_HDRI_SUPPORT #if MAGICKCORE_HDRI_SUPPORT
# define UseHDRI=1 # define UseHDRI 1
#endif #endif
/* What we track during a read call. /* What we track during a read call.