tiny change

This commit is contained in:
JonDeen 2015-06-10 00:16:28 +02:00
parent d334e2d1c4
commit 30364c26ef
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ vips_sRGB2HSV_line( VipsColour *colour, VipsPel *out, VipsPel **in, int width )
unsigned char c_max,c_min,delta;
float wrap_around_hue = 0, secondary_diff = 0;
float wrap_around_hue, secondary_diff;
for( i = 0; i < width; i++ ) {