Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Jan 26, 2017
1 parent 89e0d0d commit 4a44cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MagickCore/quantum-export.c
Original file line number Diff line number Diff line change
Expand Up @@ -2221,7 +2221,7 @@ static void ExportGrayAlphaQuantum(const Image *image,QuantumInfo *quantum_info,

black=0x00;
white=0x01;
if (quantum_info->min_is_white == MagickFalse)
if (quantum_info->min_is_white != MagickFalse)
{
black=0x01;
white=0x00;
Expand Down

0 comments on commit 4a44cbd

Please sign in to comment.