diff options
| -rw-r--r-- | LICENSE | 2 | ||||
| -rw-r--r-- | cg-icc.c | 6 | 
2 files changed, 4 insertions, 4 deletions
| @@ -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 @@ -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: | 
