summaryrefslogtreecommitdiff
path: root/libmateweather/weather-wx.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmateweather/weather-wx.c')
-rw-r--r--libmateweather/weather-wx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmateweather/weather-wx.c b/libmateweather/weather-wx.c
index e57fb0d..e29cecc 100644
--- a/libmateweather/weather-wx.c
+++ b/libmateweather/weather-wx.c
@@ -90,7 +90,7 @@ wx_start_open (WeatherInfo *info)
return;
url = g_strdup_printf ("http://image.weather.com/web/radar/us_%s_closeradar_medium_usen.jpg", loc->radar);
}
-
+
msg = soup_message_new ("GET", url);
if (!msg) {
g_warning ("Invalid radar URL: %s\n", url);