diff options
Diffstat (limited to 'src/redshift.c')
-rw-r--r-- | src/redshift.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/redshift.c b/src/redshift.c index defd0a1..a8c49b6 100644 --- a/src/redshift.c +++ b/src/redshift.c @@ -1447,9 +1447,9 @@ main(int argc, char *argv[]) stderr); exit(EXIT_FAILURE); } - + provider->free(&location_state); - + if (verbose) { print_location(&loc); @@ -1470,7 +1470,7 @@ main(int argc, char *argv[]) MIN_LAT, MAX_LAT); exit(EXIT_FAILURE); } - + /* Longitude */ if (loc.lon < MIN_LON || loc.lon > MAX_LON) { /* TRANSLATORS: Append degree symbols if possible. */ |