diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-07 21:45:56 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-07 21:45:56 +0100 |
commit | 0537027c62bf60da936bd3d8f45dd42804445897 (patch) | |
tree | 9e393f493e33a94b69f757994e16e8f919566ca1 /src/colorramp.c | |
parent | Use libred to calculate the solar elevation (diff) | |
download | redshift-ng-0537027c62bf60da936bd3d8f45dd42804445897.tar.gz redshift-ng-0537027c62bf60da936bd3d8f45dd42804445897.tar.bz2 redshift-ng-0537027c62bf60da936bd3d8f45dd42804445897.tar.xz |
Update LIST_RAMPS_STOP_VALUE_TYPES macro to reflect eariler changes in colorramp.c
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/colorramp.c')
-rw-r--r-- | src/colorramp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/colorramp.c b/src/colorramp.c index 5cdf05f..ac197a1 100644 --- a/src/colorramp.c +++ b/src/colorramp.c @@ -25,7 +25,7 @@ #endif -#define X(SUFFIX, TYPE, MAX, TRUE_MAX, DEPTH)\ +#define X(SUFFIX, TYPE, MAX, DEPTH)\ /** * Fill a gamma ramp * |