diff --git a/src/tuxpaint.c b/src/tuxpaint.c index bd3c8eca4..31bcece90 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -3118,7 +3118,7 @@ static const float sRGB_to_linear_table[256] = { 0.799103, 0.806952, 0.814847, 0.822786, 0.830770, 0.838799, 0.846873, 0.854993, 0.863157, 0.871367, 0.879622, 0.887923, 0.896269, 0.904661, 0.913099, 0.921582, 0.930111, 0.938686, 0.947307, 0.955973, 0.964686, - 0.973445, 0.982251, 0.991102, 1.000000, + 0.973445, 0.982251, 0.991102, 1.000000 }; // this goes the other way; range checking will be required