This commit is contained in:
JonDeen 2015-06-09 17:44:59 +02:00
parent 74a7d316dc
commit 566c429516
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@ vips_sRGB2HSV_line( VipsColour *colour, VipsPel *out, VipsPel **in, int width )
}
q[1] = (((float) delta / (float) c_max));
q[1] *= 256;
}
p += 3;