From 1f5c6319703f8061592d6ceab52c62ce5f5c4660 Mon Sep 17 00:00:00 2001 From: Simon Budig Date: Sun, 29 Apr 2012 02:16:20 +0200 Subject: [PATCH] no comma operator there... --- app/core/gimphistogram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/gimphistogram.c b/app/core/gimphistogram.c index 90a0409933..523aad465e 100644 --- a/app/core/gimphistogram.c +++ b/app/core/gimphistogram.c @@ -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);