On Wed, 2009-11-18 at 00:23 -0200, Nelson A. de Oliveira wrote: > --- app/core/gimpimage-convert.c.old 2009-11-18 00:18:55.000000000 -0200 > +++ app/core/gimpimage-convert.c 2009-11-18 00:19:34.000000000 -0200 > @@ -835,8 +835,6 @@ > /* Convert to indexed? Build histogram if necessary. */ > if (new_type == GIMP_INDEXED) > { > - gint i; > - > /* fprintf(stderr, " TO INDEXED(%d) ", num_cols); */ > > /* don't dither if the input is grayscale and we are simply > @@ -897,6 +895,7 @@ > ! needs_quantize && > palette_type == GIMP_MAKE_PALETTE) > { > + gint i; > /* If this is an RGB image, and the user wanted a custom-built > * generated palette, and this image has no more colours than > * the user asked for, we don't need the first pass (quantization). > There's a missing newline after the moved declaration. Sven _______________________________________________ Gimp-developer mailing list Gimp-developer@xxxxxxxxxxxxxxxxxxxxxx https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer