Removed dangling comma

This commit is contained in:
William Kendrick 2004-12-10 09:32:10 +00:00
parent 1a85b0c086
commit 78aab19bec

View file

@ -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