Skip to content

Commit

Permalink
eliminate compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Dec 4, 2022
1 parent 6db8b9f commit 02ba8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coders/jxl.c
Expand Up @@ -550,7 +550,7 @@ static Image *ReadJXLImage(const ImageInfo *image_info,ExceptionInfo *exception)
if (LocaleNCompare(type,"xml ",sizeof(type)) == 0)
{
xmp_profile=AcquireStringInfo((size_t) size);
status=JxlDecoderSetBoxBuffer(jxl_info,
jxl_status=JxlDecoderSetBoxBuffer(jxl_info,
GetStringInfoDatum(xmp_profile),size);
}
if (jxl_status == JXL_DEC_SUCCESS)
Expand Down

0 comments on commit 02ba8f8

Please sign in to comment.