Remove = in #define

This commit is contained in:
Charmander 2016-04-05 14:00:00 +00:00
parent 8aa4566c87
commit e4f0fbc759
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.