diff options
Diffstat (limited to 'src/redshift.c')
-rw-r--r-- | src/redshift.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/redshift.c b/src/redshift.c index dbbb542..449f7f9 100644 --- a/src/redshift.c +++ b/src/redshift.c @@ -1168,7 +1168,7 @@ main(int argc, char *argv[]) /* Amount of adjustment to apply. At zero the color temperature will be exactly as calculated, and at one it will be exactly 6500K. */ - float adjustment_alpha = 0.0; + double adjustment_alpha = 0.0; #if defined(HAVE_SIGNAL_H) && !defined(__WIN32__) struct sigaction sigact; |