diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2022-10-13 02:02:20 +0200 | 
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2022-11-13 09:22:35 +0100 | 
| commit | 8edfed66f26ef9686b5a5ee0e288ed9f5cddfdfb (patch) | |
| tree | 869d4bde4e7963e6822e60fa47f1a71156449c0d | |
| parent | 9773399ce8a1651e1ce803a46dd0ff4049a3eef6 (diff) | |
Use the new lux_t
| -rw-r--r-- | main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ main(int argc, char **argv)  {  	int br, max, opt;  	double pr; -	struct luxdisp disp; +	lux_t disp;  	luxinit(&disp);  	if (argc == 1)  |