diff options
Diffstat (limited to 'src/redshift.c')
-rw-r--r-- | src/redshift.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/redshift.c b/src/redshift.c index f5a7762..af5520c 100644 --- a/src/redshift.c +++ b/src/redshift.c @@ -533,6 +533,8 @@ parse_gamma_string(const char *str, float gamma[]) gamma[1] = atof(g_s); /* Blue */ gamma[2] = atof(s); /* Green */ } + + return 0; } static const gamma_method_t * |