Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Nov 30, 2022
1 parent c18375b commit e2fe11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coders/hdr.c
Expand Up @@ -330,7 +330,7 @@ static Image *ReadHDRImage(const ImageInfo *image_info,ExceptionInfo *exception)
image->chromaticity.green_primary.y=chromaticity[3];
image->chromaticity.blue_primary.x=chromaticity[4];
image->chromaticity.blue_primary.y=chromaticity[5];
image->chromaticity.white_point.x=white_point[0],
image->chromaticity.white_point.x=white_point[0];
image->chromaticity.white_point.y=white_point[1];
}
break;
Expand Down

0 comments on commit e2fe11b

Please sign in to comment.