summaryrefslogtreecommitdiff
path: root/libmateweather/weather-iwin.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmateweather/weather-iwin.c')
-rw-r--r--libmateweather/weather-iwin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmateweather/weather-iwin.c b/libmateweather/weather-iwin.c
index e4bc387..75a8fac 100644
--- a/libmateweather/weather-iwin.c
+++ b/libmateweather/weather-iwin.c
@@ -422,7 +422,7 @@ iwin_start_open (WeatherInfo *info)
info->forecast = NULL;
}
- free_forecast_list (info);
+ free_forecast_list (info);
if (info->forecast_type == FORECAST_LIST) {
/* see the description here: http://www.weather.gov/forecasts/xml/ */
@@ -466,7 +466,7 @@ iwin_start_open (WeatherInfo *info)
g_free (zone);
g_free (state);
-
+
msg = soup_message_new ("GET", url);
g_free (url);
soup_session_queue_message (info->session, msg, iwin_finish, info);