Skip to content

Commit

Permalink
Fix typo of missing endif.
Browse files Browse the repository at this point in the history
  • Loading branch information
Danack committed Feb 9, 2024
1 parent 4d253fe commit c4c984f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imagick_helpers.c
Expand Up @@ -1289,7 +1289,7 @@ void php_imagick_initialize_constants(TSRMLS_D)
#if MagickLibVersion >= 0x70C
IMAGICK_REGISTER_CONST_LONG("COMPRESSION_DWAA", DWAACompression);
IMAGICK_REGISTER_CONST_LONG("COMPRESSION_DWAB", DWABCompression);

#endif

#if MagickLibVersion >= 0x712
// actually 7.1.1-16, but still can't test patch versions
Expand Down

0 comments on commit c4c984f

Please sign in to comment.