From 30364c26ef079b1346b8d4f2b1fa15ba0b60b324 Mon Sep 17 00:00:00 2001 From: JonDeen Date: Wed, 10 Jun 2015 00:16:28 +0200 Subject: [PATCH] tiny change --- libvips/colour/sRGB2HSV.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvips/colour/sRGB2HSV.c b/libvips/colour/sRGB2HSV.c index 1e5bfc18..82802b09 100644 --- a/libvips/colour/sRGB2HSV.c +++ b/libvips/colour/sRGB2HSV.c @@ -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++ ) {