[gimp/goat-invasion] no comma operator there...
- From: Simon Budig <simon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/goat-invasion] no comma operator there...
- Date: Sun, 29 Apr 2012 00:16:56 +0000 (UTC)
commit 7428e8405bd6746eb5e5e89a1da1dad708d8b05e
Author: Simon Budig <simon budig de>
Date: Sun Apr 29 02:16:20 2012 +0200
no comma operator there...
app/core/gimphistogram.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/core/gimphistogram.c b/app/core/gimphistogram.c
index 90a0409..523aad4 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]