aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-08-30 19:25:11 +0200
committerMattias Andrée <maandree@kth.se>2016-08-30 19:25:11 +0200
commit88e13617b6ea792d7b932bb027251f97ea34a021 (patch)
treee031dd7ab3c69c447683065e7b7340e004987d1f
parent... (diff)
downloadcg-tools-88e13617b6ea792d7b932bb027251f97ea34a021.tar.gz
cg-tools-88e13617b6ea792d7b932bb027251f97ea34a021.tar.bz2
cg-tools-88e13617b6ea792d7b932bb027251f97ea34a021.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--src/cg-gamma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cg-gamma.c b/src/cg-gamma.c
index 682321a..8f4a361 100644
--- a/src/cg-gamma.c
+++ b/src/cg-gamma.c
@@ -449,7 +449,7 @@ static void fill_filter(libcoopgamma_filter_t* restrict filter, double r, double
{
#define X(CONST, MEMBER, MAX, TYPE)\
case CONST:\
- libclut_gamma(&(filter->ramps.MEMBER), MAX, TYPE, r, g, b);\
+ libclut_gamma(&(filter->ramps.MEMBER), MAX, TYPE, r, g, b);\
break;
LIST_DEPTHS
#undef X