Skip to content

Commit

Permalink
Corrected check for define.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jan 28, 2023
1 parent 342d607 commit 5c8a089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coders/png.c
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ const struct sRGB_info_struct sRGB_info[] =
setjmp/longjmp is alleged to be unsafe on these platforms:
*/
#ifdef PNG_SETJMP_SUPPORTED
# ifndef IMPNG_MAGICKCORE_SETJMP_IS_THREAD_SAFE
# ifndef MAGICKCORE_SETJMP_IS_THREAD_SAFE
# define IMPNG_SETJMP_NOT_THREAD_SAFE
# endif

Expand Down

0 comments on commit 5c8a089

Please sign in to comment.