From 9dceef912262cb5d5f517b37247d5d9f870d410a Mon Sep 17 00:00:00 2001 From: Albert Cahalan Date: Mon, 13 Dec 2004 02:12:57 +0000 Subject: [PATCH] declare i --- src/tuxpaint.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 793269c22..f4a1d6cff 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -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) {