Skip to content

Commit

Permalink
Fixed build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Sep 20, 2021
1 parent 32bda8b commit 78e0310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coders/msl.c
Original file line number Diff line number Diff line change
Expand Up @@ -7862,7 +7862,7 @@ static MagickBooleanType ProcessMSLScript(const ImageInfo *image_info,
status=xmlParseChunk(msl_info.parser,message,(int) n,MagickFalse);
if (status != 0)
break;
statusxmlParseChunk(msl_info.parser," ",1,MagickFalse);
status=xmlParseChunk(msl_info.parser," ",1,MagickFalse);
if (status != 0)
break;
if (msl_info.exception->severity >= ErrorException)
Expand Down

0 comments on commit 78e0310

Please sign in to comment.