Skip to content

Commit

Permalink
Merge pull request #1502 from scaramallion/fix-compiler-error
Browse files Browse the repository at this point in the history
Fix compiler error on Windows
  • Loading branch information
rouault authored Jan 7, 2024
2 parents 41c25e3 + 3a100a3 commit 406e184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/openjp2/openjpeg.c
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ OPJ_BOOL OPJ_CALLCONV opj_setup_decoder(opj_codec_t *p_codec,
return OPJ_FALSE;
}

OPJ_API OPJ_BOOL OPJ_CALLCONV opj_decoder_set_strict_mode(opj_codec_t *p_codec,
OPJ_BOOL OPJ_CALLCONV opj_decoder_set_strict_mode(opj_codec_t *p_codec,
OPJ_BOOL strict)
{
if (p_codec) {
Expand Down

0 comments on commit 406e184

Please sign in to comment.