no comma operator there...

This commit is contained in:
Simon Budig
2012-04-29 02:16:20 +02:00
committed by Michael Natterer
parent 7f45819202
commit 1f5c631970

View File

@ -128,7 +128,7 @@ gimp_histogram_calculate (GimpHistogram *histogram,
GIMP_PRECISION_U8,
babl_format_has_alpha (format));
n_components = babl_format_get_n_components (format),
n_components = babl_format_get_n_components (format);
gimp_histogram_alloc_values (histogram, n_components);