Skip to content

Commit

Permalink
Code style change.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Feb 4, 2022
1 parent 1980a3b commit a6c2928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MagickCore/constitute.c
Expand Up @@ -538,7 +538,7 @@ static void SyncResolutionFromProperties(Image *image,
}
if ((resolution_x == (const char *) NULL) &&
(resolution_y == (const char *) NULL) &&
constitute_info->sync_from_tiff != MagickFalse)
(constitute_info->sync_from_tiff != MagickFalse))
{
resolution_x=GetImageProperty(image,"tiff:XResolution",exception);
resolution_y=GetImageProperty(image,"tiff:YResolution",exception);
Expand Down

0 comments on commit a6c2928

Please sign in to comment.