typo
This commit is contained in:
parent
3d522eb235
commit
46d29b467d
@ -78,7 +78,7 @@ vips_sRGB2HSV_line( VipsColour *colour, VipsPel *out, VipsPel **in, int width )
|
||||
c_max = p[0];
|
||||
c_min = p[2];
|
||||
secondary_diff = p[1] - p[2];
|
||||
wrap_around_hue = 0f;
|
||||
wrap_around_hue = 0.0f;
|
||||
} else {
|
||||
c_max = p[1];
|
||||
c_min = VIPS_MIN(p[2], p[0]);
|
||||
|
Loading…
Reference in New Issue
Block a user