Skip to content

Commit

Permalink
Corrected typo and use if instead of if defined.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jan 29, 2023
1 parent 378756d commit fd5a305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magick/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ MagickExport const char *GetMagickFeatures(void)
#if defined(MAGICKCORE_HAVE_TCMALLOC)
"TCMalloc "
#endif
#if defined(MAICKCORE_ZERO_CONFIGURATION_SUPPORT)
#if MAGICKCORE_ZERO_CONFIGURATION_SUPPORT
"Zero-configuration "
#endif
#if (MAGICKCORE_QUANTUM_DEPTH == 64)
Expand Down

0 comments on commit fd5a305

Please sign in to comment.