declare i

This commit is contained in:
Albert Cahalan 2004-12-13 02:12:57 +00:00
parent 1c187bc39b
commit 9dceef9122

View file

@ -3544,6 +3544,7 @@ static multichan *find_most_saturated(double initial_hue, multichan * work,
// find the most saturated pixel near the initial hue guess
multichan *key_color_ptr = NULL;
double hue_range;
unsigned i;
switch (inf_stamps[cur_stamp]->tinter)
{