aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--LICENSE2
-rw-r--r--cg-icc.c6
2 files changed, 4 insertions, 4 deletions
diff --git a/LICENSE b/LICENSE
index 8f859fe..8cc097b 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
ISC License
-© 2016, 2018, 2019 Mattias Andrée <m@maandree.se>
+© 2016, 2018, 2019, 2024, 2025 Mattias Andrée <m@maandree.se>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/cg-icc.c b/cg-icc.c
index ec2fcce..66e2d7f 100644
--- a/cg-icc.c
+++ b/cg-icc.c
@@ -824,11 +824,11 @@ start(void)
uniramps.u8.red_size = uniramps.u8.green_size = uniramps.u8.blue_size = 1;
for (i = 0; i < crtcs_n; i++) {
if (uniramps.u8.red_size < crtc_updates[i].filter.ramps.u8.red_size)
- uniramps. u8.red_size = crtc_updates[i].filter.ramps.u8.red_size;
+ uniramps.u8.red_size = crtc_updates[i].filter.ramps.u8.red_size;
if (uniramps.u8.green_size < crtc_updates[i].filter.ramps.u8.green_size)
- uniramps. u8.green_size = crtc_updates[i].filter.ramps.u8.green_size;
+ uniramps.u8.green_size = crtc_updates[i].filter.ramps.u8.green_size;
if (uniramps.u8.blue_size < crtc_updates[i].filter.ramps.u8.blue_size)
- uniramps. u8.blue_size = crtc_updates[i].filter.ramps.u8.blue_size;
+ uniramps.u8.blue_size = crtc_updates[i].filter.ramps.u8.blue_size;
}
switch (load_icc(icc_pathname, &uniramps, &unidepth)) {
case 0: